![]() |
| A tool for managing secrets. |
- Knowledge
- Vault is a data-store for your infrastructure's tokens, passwords, certificates, API keys, and generally all things secret.
- Strategy
- Installation
- Download and install the binary.
- Configuration
- A config file is loaded with the Vault CLI -config flag.
- Two fields are required, Backend and Listener.
- Backend is where the Vault data is stored.
- Listener is where Vault receives API requests.
- Execution
