Hacker News new | ask | show | jobs
by jacques_chester 3833 days ago
In CF-land the most common pattern I've seen for important keys is a "secrets" repository which is merged with the base config at push time.
1 comments

With Ansible you have an encrypted vault file that stores your secrets. Similar principle I guess.