vault group is Voyant’s secrets manager and encryption service. Use it to store application secrets such as API keys and connection strings, and to perform per-call envelope cryptography without managing your own key material.
Secrets
A vault is a named container of secrets, addressed by a slug such asproduction. Each secret is a key with one or more versions.
Envelope encryption
The vault performs envelope crypto so you can encrypt data with managed keys. Generate a data key, use the plaintext key locally, store only the wrapped key, and unwrap it when you need to decrypt.Scopes
Key types:
VaultSummary, VaultSecretSummary, VaultSecretValue, VaultEncryptResult, VaultDecryptResult, VaultGenerateDataKeyResult, VaultUnwrapResult.