Interface VaultVersionedKeyValueOperations

All Superinterfaces:
VaultKeyValueOperationsSupport
All Known Implementing Classes:
VaultVersionedKeyValueTemplate

public interface VaultVersionedKeyValueOperations extends VaultKeyValueOperationsSupport
Interface that specifies a basic set of Vault operations using Vault's versioned Key/Value (kv version 2) secret backend. Paths used in this operations interface are relative and outgoing requests prepend paths with the according operation-specific prefix.

Clients using versioned Key/Value must be aware they are reading from a versioned backend as the versioned Key/Value API (kv version 2) is different from the unversioned Key/Value API (kv version 1).

Since:
2.1
Author:
Mark Paluch
See Also:
  • Method Details