spring-vault
spring-vault copied to clipboard
VaultTransitOperations class does not support functionality to call generate-data-key API
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 ?