sops icon indicating copy to clipboard operation
sops copied to clipboard

Simple and flexible tool for managing secrets

Results 280 sops issues
Sort by recently updated
recently updated
newest added

running following command in a directory containing `.sops.yaml`: ```sh cat $PATH_OF_SOME_ENCRYPTED_FILE | sops --input-type json -d /dev/stdin ``` results in following error: ``` error loading config: no matching creation rules...

It would be great if SOPS could cache the keys it retrieves from services like GCP KMS and others. In a git repository with hundreds of encrypted files, it takes...

SSH keys could be also used for encryption. They are already in well-known locations i.e. `/etc/ssh/ssh_host_rsa_key`. Most developer/servers have already ssh keys. Since most users also have ways of trusting...

I wondered if being able to encrypt a file with multiple age public keys (recipients) could be done by using the age recipients file as well as passing multiple comma...

gpg.mozilla.org is busted at the moment and it is likely that it will stay this way. Mozilla has been wanting to retire it for a while, and it looks like...

bug
priority/high

Big fan of sops -- I use it on all new projects. I'm giving a talk at a lookup DevOps meetup about sops in the coming few days and I...

SOPS is a great tool, but sometimes is a little bit invasive on YAML formatting. Ansible use YAML declaration like **!unsafe** to instruct parser to behave in special mode for...

Hello, I've encountered an issue/QoL deficit which I haven't been able to find among other issues. When I encrypt something as follows: `sops --aws-profile --kms -e --output-type yaml > secrets.encrypted.yaml`...

If #545 was finished, it would be really great for `sops updatekeys` to work on a directory tree. Usecase: There is a `.sops.yaml` file in a repository with the keys...

Hi all, I would like to understand exactly what the encryptedKey is and why it needs to be stored in the encrypted sops file in the "enc" field. Could the...