sprig icon indicating copy to clipboard operation
sprig copied to clipboard

Add function to decrypt using sops

Open smeierhofer opened this issue 6 years ago • 1 comments

Would like to have a sops function to decrypt a file using the sops tool. So then I could write something like {{- Files.Get "keystore.p12.enc" | decrypt | b64enc | nindent 4 }}.

Not sure of all the options that can be passed to sops to decrypt and which ones need to be available in the sprig library.

smeierhofer avatar Nov 01 '19 17:11 smeierhofer

+1. Even if not sops, just general execution of command, like exec/sh/etc.

Moskovych avatar Jul 24 '21 14:07 Moskovych