kustomize-controller built with kustomize patch bringing AGE support #770
Unanswered
sylr
asked this question in
Show and tell
Replies: 1 comment 3 replies
-
Are you aware that support for AGE has been added to SOPS? getsops/sops#688 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
For the past 2 months I've been working on a project which aims to add support for encryption/decryption of YAML values in place with AGE.
The goal of this was to ultimately add the same kind of AGE support into
kustomize
to do something similar toSOPS
but simpler.You can find binaries and examples here: https://github.com/sylr/kustomize-age
I also built a
kustomize-controller
image that you can find here: https://github.com/users/sylr/packages/container/package/kustomize-controllerSo far I have ran this image instead of the official
kustomize-controller:v0.6.2
in my corporate dev env for a few days and it worked as expected.I'd be really glad to hear your thoughts about this.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions