You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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?
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 ?
The text was updated successfully, but these errors were encountered: