sops
sops copied to clipboard
Simple and flexible tool for managing secrets
I have encrypted a json file but cannot decrypt it again and get the error ```Could not marshal tree: No binary data found in tree``` Unfortunately I cannot share the...
Is there someway to prevent sops from attempting to use KMS and prefer PGP instead when decrypting a file?
Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but...
Good day, https://hub.docker.com/r/mozilla/sops/tags still lists 3.**6**.1 as the latest image. Can you please release docker image for the latest 3.**7**.1 version?
Hi Team, I am running helm chart in a container and passing below configurations for .sops.yaml. Also, I am using age for encryption and decryption. Now when I am running...
So, I'm trying to use Windows Notepad with SOPS: `$env:EDITOR = "notepad.exe"` or on git bash: `export EDITOR="notepad.exe"` After it: `sops test.env` SOPS opens the file correctly in notepad, but...
using sops to encrypt and decrypt changes the following json { "test": "command < " } to { "test": "command \u003c " } I understand that \u003c is the unicode...
Short version: I'm unable to use `sops exec-env` where a value in the JSON file is a list. I didn't see any indication in the documentation that this is a...
I've just discovered this project, and I'm amazed by the simplicity of usage and yet how yet powerful the `sops` CLI tool is! Congratulations! My current use case for `sops`...
Prior to this change, if we wanted to add or remove a master key, we had to rotate the data key. While there is nothing wrong with rotating the data...