TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Tools for Managing Secret in Production Scale?

12 pointsby albertlieabout 7 years ago
Hi all,<p>I&#x27;m looking for centralized tools for managing secrets for my engineering team right now. Is there any recommended tools from your experience using them in production?<p>For example like Vault (Hashicorp product).<p>Thanks

5 comments

gtsteveabout 7 years ago
My company uses AWS and started before Parameter Store and Secrets Manager and we try to not run our own infrastructure where possible because we are very small and don&#x27;t have a big ops team.<p>We simply store our secrets in a KMS-encrypted file in S3. When containers start up, they have a bootstrap script that deserializes it and fills it with the appropriate variables.<p>At some point though I think we will look at Parameter Store and Secrets Manager. If I were starting this company again, that&#x27;s where I&#x27;d look first.<p>Many will suggest Vault, which I hear is a fine product. However, it&#x27;s one more thing that can fail, and this is a pretty big thing because if you can&#x27;t access passwords and security tokens, most systems will totally stop working. If you are using a public cloud environment, I would look at tools native to that environment that are managed for you.
sharmiabout 7 years ago
Not affiliated to the below company. I came across it a few days back. Have not used it either. Just passing it on hoping it will help.<p><a href="https:&#x2F;&#x2F;www.envkey.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.envkey.com&#x2F;</a> helps manage your team&#x27;s secrets and configuration.
评论 #16882250 未加载
programdabout 7 years ago
I think you just answered your own question. As a bonus Red Hat just released a Vault operator so that you can run it on Kubernetes with minimal hassle.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;coreos&#x2F;vault-operator" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;coreos&#x2F;vault-operator</a>
评论 #16891134 未加载
imauldabout 7 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;fugue&#x2F;credstash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fugue&#x2F;credstash</a><p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;secrets-manager&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;secrets-manager&#x2F;</a>
评论 #16891132 未加载
digianarchistabout 7 years ago
CyberArk