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

VaultTransitOperations class does not support functionality to call generate-data-key API #882

Open
bullsEye1 opened this issue Aug 20, 2024 · 1 comment
Labels
status: waiting-for-feedback We need additional information before we can continue

Comments

@bullsEye1
Copy link

I am using Hashicorp transit secret engine to generate a data key.
The API for the same is https://developer.hashicorp.com/vault/api-docs/secret/transit#generate-data-key
I am using the spring-vault dependency to call this api but could not find this method in the VaultTransitOperations.java class.
Can you help here ?

@mp911de
Copy link
Member

mp911de commented Aug 21, 2024

Our API doesn't cover all Vault API calls that would be possible. Have you looked into VaultTemplate.read(…) and VaultTemplate.write(…) methods to invoke Vault API that isn't associated with a Java method?

@mp911de mp911de added the status: waiting-for-feedback We need additional information before we can continue label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-feedback We need additional information before we can continue
Projects
None yet
Development

No branches or pull requests

2 participants