Hacker News new | ask | show | jobs
by rraval 3194 days ago
We use StackExchange's blackbox [1] to check in GPG encrypted secrets into our monorepo (contains both ansible deployment playbooks and the code itself). This way, we can introduce secrets and the code that uses it in a single commit!

[1] https://github.com/StackExchange/blackbox

2 comments

Ah, wish I would have seen this before commenting upstream. Will definitely give this a look.
+1 for blackbox. Very nicely done!
Originally part of Puppet - those guys are masterful