Hacker News new | ask | show | jobs
by acdha 2339 days ago
KMS manages encryption keys. A secrets manager gives you an API for storing and referencing arbitrary named secret values with audit logs, etc. for them, which are encrypted using KMS.

For example, this might be something like “store a secret ‘my app remote API key’ encrypted with a regularly rotated key and allow ‘my app container’ to retrieve the value”.

1 comments

"Named secrets" being things like the plaintext password for a database, API tokens, etc.
Good point - I edited to clarify that a little more