DEV Community

Discussion on: Manage your secrets in Git with SOPS for Kubectl & Kustomize 🔧

Collapse
 
jcassee profile image
Joost Cassee

Nice article about the different ways to encrypt secrets at rest. I agree that it is still not an easy thing to do.

One small correction: kustomize-sopssecretgenerator does not actually required the sops binary. It includes and calls the sops Go code directly so it's fully self-supporting. :-)

Also, I think barlik/kustomize-sops is not a Go plugin and does use the sops binary (and Python).