providers.vault.VaultBytesKeyValueStore

Vault-specific KVStore provider for binary (bytes) data.

Usage

Source

providers.vault.VaultBytesKeyValueStore(
    *,
    client,
    config,
    **kwargs,
)

Bytes are base64-encoded before storage and decoded on retrieval.