Integration with sops #608
Replies: 3 comments 3 replies
-
i would suggest something like: |
Beta Was this translation helpful? Give feedback.
-
I see that there's some workaround here, but it's a bit unwieldy, and decrypting multiple files would not be easy to automate. sops already have a Go decrypt package, so an ideal integration I can think of would be done using native function, something like:
|
Beta Was this translation helpful? Give feedback.
-
I made a sample gist for using tanka with encrypted sops yaml files here. The name of the sops files is hardcoded at the moment however. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Tanka already support importing a json/yaml file, so I wonder if a similar integration can be made with sops encrypted file?
Beta Was this translation helpful? Give feedback.
All reactions