providers.vault.VaultBytesKeyValueStore
Vault-specific KVStore provider for binary (bytes) data.
Usage
providers.vault.VaultBytesKeyValueStore(
*,
client,
config,
**kwargs,
)Bytes are base64-encoded before storage and decoded on retrieval.