Wrapper for sylr.dev/yaml/v3
which allows
to encrypt/decrypt YAML data in place using the AGE
encryption tool.
You'll find the documentation and examples on pkg.go.dev
.
This wrapper has been written in order to bring YAML support to @FiloSottile's
age
cli implementation.
The ultimate goals are to provide AGE support in kustomize
and @fluxcd's kustomize-controller
.
You can find unofficial binaries of age
and kustomize
with AGE support at https://github.com/sylr/kustomize-age.