How can I permanently remove a record from the vault via VaultTemplate (VaultOperations)?
When I simply autowire VaultTemplate.class in my service class and try to remove, then the record data was removed but key still exits.
How can I permanently remove a record from the vault via VaultTemplate (VaultOperations)?
When I simply autowire VaultTemplate.class in my service class and try to remove, then the record data was removed but key still exits.