Vault
Manage static secrets
[!IMPORTANT]
Documentation Update: Product documentation, which were located in this repository under/website
, are now located inhashicorp/web-unified-docs
, colocated with all other product documentation. Contributions to this content should be done in theweb-unified-docs
repo, and not this one. Changes made to/website
content in this repo will not be reflected on the developer.hashicorp.com website.
| Store and rotate arbitrary secrets in Vault with the Key/Value and Cubbyhole plugins. Vault encrypts data before writing out to persistent storage, so accessing the raw storage is insufficient to access the information. |
Use the key/value (kv
) secrets engine to store and version arbitrary static
secrets in Vault physical storage. Or use the cubbyhole
secrets engine to tie
an arbitrary secret to an authentication token and store it within the
configured physical storage for Vault.