sops icon indicating copy to clipboard operation
sops copied to clipboard

ansible-vault support?

Open deknos opened this issue 5 years ago • 1 comments

Hi, is sops able to support and encrypt/decrypt ansible-vault files? That would be a tremendous help!

deknos avatar Dec 02 '19 21:12 deknos

No, sorry. Sops will only support encryption and decryption of the sops file format. If you'd like to explain your use case I'm happy to offer suggestions though.

ajvb avatar Dec 02 '19 21:12 ajvb

@ajvb one use case is working with Flux GitRepositories per https://github.com/fluxcd/kustomize-controller/issues/827

Being able to encrypt and decrypt with ansible-vault or sops would allow the VMware team to collaborate with the Kubernetes team more efficiently, since the previous team is using Ansible on their infrastructure while the other team is using Flux.

oxr463 avatar Mar 31 '23 13:03 oxr463

@oxr463 you can also use sops with Ansible, see the community.sops collection.

felixfontein avatar Apr 01 '23 04:04 felixfontein