spring-vault
spring-vault copied to clipboard
Add transit rewrap batch method
Just a feature request to match Transit API in a better way
Vault provides batch_input on transit/%s/rewrap like encrypt and decrypt
Request and response match existing batch decrypt and encrypt one respectivly
PS: Manual implementation is ugly because VaultTransitTemplace.vaultOperations and toEncryptionResults are private