Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.12 KB

go-yaml-age

pkg.go.dev codecov

Wrapper for sylr.dev/yaml/v3 which allows to encrypt/decrypt YAML data in place using the AGE encryption tool.

Documentation

You'll find the documentation and examples on pkg.go.dev.

Applications

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.