1
0
Fork 0
mirror of https://github.com/Luzifer/korvike.git synced 2024-11-12 17:22:44 +00:00
Commit graph

4 commits

Author SHA1 Message Date
fd2a37ca97
Remove default values for file and vault
and add `must*` variants for them

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-29 17:55:51 +01:00
e8a8b2f83f
Breaking: Add sprig functions, replace some internal ones
Breaking changes:

- Remove function `b64decode`, use `b64dec`
- Remove function `b64encode`, use `b64enc`
- Remove default from `env`, use `env "MYVAR" | default "..."`
- Remove function `hash`, use `sha1sum` / `sha256sum` / `sha512sum`
- Function `now` returns `time.Time`, use `now | date "[format]"`
- Function `split` now has reversed parameters `split <sep> <str>`

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-28 23:54:18 +01:00
110f5c3f04
Add AppRole support into Vault function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-28 20:09:25 +02:00
a14b2e78f4
Add vault template function
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-06-20 11:24:02 +02:00