You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
The simplest solution would be to leave theses secret-containing files on a different medium you can trust - maybe a simple USB Key would be enough for you. However, if you want to store theses files publicly and still be able to hide your secret, i suggest looking into theses:
use git-crypt to cipher and decipher your files as you commit / checkout
The Ansible way is, by far, my favorite solution so far. It's an amazing tool you will probably find useful one way or another, and is, in my opinion, worth looking into.
If you need a more custom/complex solution, you can maybe build a custom system on top of other kind of products... maybe hashicorp vault?
Maybe I am missing the obvious. but where do I store secret keys for AWS, Heroku, etc and still have them loaded via dotfiles?
What would be my prefered way of doing that?
The text was updated successfully, but these errors were encountered: