Ask HN: What are the best practices for storing API keys?

https://news.ycombinator.com/item?id=9614059
by loourr • 11 years ago
7 4 11 years ago

If I have a web service which uses other 3rd party API and I want to store the keys securely, what are the best practices around that?

I've looked at vault (https://hashicorp.com/blog/vault.html) which seems ideal but still in production.

Also AWS's Key Management system (KMS)(https://aws.amazon.com/kms/) seems promising but only provides ways to store native AWS keys. Would I then create a database which held the keys encrypted using KMS keys and SQL access keys?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com