Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle remote key from kas grants on encrypt #1479

Closed
elizabethhealy opened this issue Aug 28, 2024 · 3 comments
Closed

Handle remote key from kas grants on encrypt #1479

elizabethhealy opened this issue Aug 28, 2024 · 3 comments
Assignees
Labels
comp:kas Key Access Server comp:sdk A software development kit, including library, for client applications and inter-service communicati

Comments

@elizabethhealy
Copy link
Member

elizabethhealy commented Aug 28, 2024

Right now, when getting kas grants from attributes/values, we only extract the cached keys. However kas grants can have remote keys instead of cached. We currently do not support this.

keys := kas.GetPublicKey().GetCached().GetKeys()

^ only gets cached
There should be addition steps here to check for other key types like remote, and retrieve them if necessary.

@elizabethhealy elizabethhealy added comp:kas Key Access Server comp:sdk A software development kit, including library, for client applications and inter-service communicati labels Aug 28, 2024
@elizabethhealy
Copy link
Member Author

@dmihalcik-virtru dmihalcik-virtru self-assigned this Sep 19, 2024
@cassandrabailey293
Copy link
Contributor

will be discussing further in this sprint, still need to firm up acceptance criteria and our key management and brokering cases. will defer this implementation until after those decisions are made.

@jrschumacher
Copy link
Member

@elizabethhealy going to close as not planned right now. If we see that support is needed for remote keys we'll reopen.

@jrschumacher jrschumacher closed this as not planned Won't fix, can't repro, duplicate, stale Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:kas Key Access Server comp:sdk A software development kit, including library, for client applications and inter-service communicati
Projects
None yet
Development

No branches or pull requests

4 participants