Interface ReactiveVaultVersionedKeyValueOperations

All Superinterfaces:
ReactiveVaultKeyValueOperationsSupport
All Known Implementing Classes:
ReactiveVaultVersionedKeyValueTemplate

public interface ReactiveVaultVersionedKeyValueOperations extends ReactiveVaultKeyValueOperationsSupport
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). TODO: Update JavaDocs

Since:
3.1
Author:
Timothy R. Weiand
See Also: