Hacker News new | ask | show | jobs
by Deinumite 3693 days ago
If you use show instead of edit it doesn't re-encrypt the file.

Agreed on the useless diffs however, it makes reviewing pull requests or changes much harder.

1 comments

I'm curious, why do you feel the need to encrypt every single file instead of just secrets (to keep reviewing possible)? :)
I usually only encrypt var files that contain things like db passwords or something. In our case it made it harder to spot typos in the username for example.

I wouldn't encrypt a whole playbook for example.

We don't encrypt all of the credentials, just the actual passwords.