sops icon indicating copy to clipboard operation
sops copied to clipboard

Simple and flexible tool for managing secrets

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

`sops` misses a cli option for the `SOPS_AGE_KEY_FILE` environment variable.

I am using age with sops. age v1.1.1 & sops 3.7.3 on RHEL 7.9 I have my keys stored here: ~/.config/sops/age/keys.txt I can execute `sops ` and it will open...

``` sops -v sops 3.10.2 (latest) ``` ``` gpg --version gpg (GnuPG) 2.4.8 libgcrypt 1.11.2 Copyright (C) 2025 g10 Code GmbH License GNU GPL-3.0-or-later This is free software: you are...

area/keyservice
keyservice/pgp

Strings containing spaces are not quoted nor escaped in output dotenv files. The only way I've found to produce proper dotenv files in such case is manually quoting each space...

stores/dotenv
area/stores
not-a-bug

Over in https://github.com/getsops/sops/issues/1105, there is a request to add `publish` support for AWS Parameter Store. I second that and also need support for AWS Secrets Manager. I was studying how...

This PR adds support for encrypting and decrypting files using [OVH Key Management Service](https://www.ovhcloud.com/en-ie/identity-security-operations/key-management-service/). # Usage ```bash export OVH_CERTIFICATE_FILE=/path/to/cert.pem export OVH_CERTIFICATE_KEY_FILE=/path/to/key.pem sops --ovh-kms "/" -e file.yaml > file.enc.yaml sops -d...

I realise there's not many people out there using `bool`s as secrets, but... input: ``` example_booleans: - true - false - true - false - true ``` output: ``` example_booleans:...

enhancement