TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you store production credentials?

3 点作者 jnankin超过 11 年前
Particularly, if you have fabric scripts that are responsible for running deploys etc, how do you distribute, store, and secure the credentials required to back these scripts and allow them to access servers and run builds?

1 comment

embro超过 11 年前
My solution is Keepass on a shared drive with very a strong password.<p>For production stuff, I would suggest you use a key file on top of a password.<p>Key file tips :<p>1- Key file on Truecrypt encrypted USB key.<p>2- Use plugin OtpKeyProv in in conjunction with RSA SecurID or other Random key generator.<p>Also, automate backup of the password database everyday.
评论 #6804958 未加载