helm-secrets icon indicating copy to clipboard operation
helm-secrets copied to clipboard

Decrypt secrets file to stdout

Open jacobsvante opened this issue 7 years ago • 0 comments

Would be nice to be able to run helm secrets dec ./path/to/secrets.yaml without it cluttering secrets in one's project structure. Actually I'd go as far as to say that this should be the default. Would make it less likely that someone in the organization accidentally commits decrypted secrets.

Suggested API

To stdout:

helm secrets dec ./path/to/secrets.yaml

To file (current behavior):

helm secrets dec --save ./path/to/secrets.yaml
helm secrets dec -s ./path/to/secrets.yaml

jacobsvante avatar May 21 '18 15:05 jacobsvante