Secrets Management
Posted on November 25, 2018
by Ernesto Garbarino
Secrets Management solutions help store and provision confidential configuration data (e.g. MySQL passwords) in a secure manner.
- Vault: HashiCorp Vault secures, stores, and controls access to tokens, passwords, certificates, API keys, among others. It can generate AWS IAM/STS credentials, SQL/NoSQL databases, X.509 certificates, SSH credentials, etc.
Ernesto Garbarino