Newer
Older
Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.
https://www.hashicorp.com/blog/hashicorp-vault-1-10-achieves-fips-140-2-compliance
### Vault Documentation
- [Vault Official Site](https://www.vaultproject.io/)
- [Hashicorp's Vault Courses](https://learn.hashicorp.com/vault)
#### Installation
- Installation - <https://www.vaultproject.io/docs/install/index.html>
- Commands - <https://www.vaultproject.io/docs/commands/index.html>
- Configuration - <https://www.vaultproject.io/docs/configuration/index.html>