Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-09 | feat templater: Add 'pass' lookup function | Vincent Ambo | 1 | -0/+7 | |
This introduces support for looking up secret values in the 'pass' command line tool (https://www.passwordstore.org/). Values like passwords can be interpolated from pass and even more complex structures like certificates for Kubernetes Secrets can be retrieved and base64- encoded as necessary. Fixes #2 | |||||
2017-02-08 | docs: Add YAML to docs | Vincent Ambo | 1 | -0/+10 | |
2017-02-08 | chore: Better example & gofmt | Vincent Ambo | 4 | -6/+35 | |
2017-02-08 | feat main: Initial program implementation & example | Vincent Ambo | 3 | -0/+21 | |