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

Add transactions to transit functions #956

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

suprjinx
Copy link
Contributor

Adds transactional storage to transit functions with read+write operations

Relates #607

@suprjinx suprjinx requested a review from a team as a code owner January 28, 2025 20:52
Signed-off-by: Geoff Wilson <[email protected]>
Signed-off-by: Geoff Wilson <[email protected]>
Copy link
Member

@cipherboy cipherboy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One set of changes off the top of my head: it is terrible UX but https://openbao.org/api-docs/secret/transit/#encrypt-data mentions that if a CREATE operation is used and the key does not exist, it will be created with default values (AES256-GCM96 I believe).

This means we'll want write transactions for encrypt calls as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants