sops
sops copied to clipboard
Simple and flexible tool for managing secrets
## situation I use sops to manage secrets for my projects, all using GPG for encryption. I have a GPG master key with several encryption subkeys: - One on my...
Possible regression in `v3.8.0`. Since upgrading, I'm unable to decrypt a file using AWS KMS. Verified that this works with `v3.7.3`. ``` Failed to get the data key required to...
I was expecting `--filename` to be able to set the exact file name where sops decrypts the original file; however, I noticed that instead it uses that as an argument...
Hi, first, thanks a lot for sops - a great tool which accommodates many of our needs in regards to secret management! For our specific use-case, we needed to publish...
This is a proposal for a subcommand to make merge conflicts easier to resolve. Merge conflicts result in yaml files which have git conflict markers interspersed throughout: ```yaml > conflict...
[Feature Request] Allow specific unencrypted comments - Suppose I want to document something about an encrypted values file, such that a user can read it. For instance: - Including a...
For my usecase, I developed an integration with [Fortanix DSM](https://www.fortanix.com/platform/data-security-manager) for sops, tested it, it is a fully functional integration. Can I expect to get it merged to the main...
`Could not generate data key: [failed to encrypt new data key with master key "projects/xxxx/locations/global/keyRings/sops/cryptoKeys/sops-key": failed to encrypt sops data key with GCP KMS key: context deadline exceeded]` sops version...
SOPS_AGE_KEY environment variable accept mutiples keys but thoses keys must be separated by new line. As an environment variable it would be more convenient to accept also any "whitespace" separator....
the whole encrypted sops may contain a lot of secrets, but most of time only need piece of it, hope sops support some template render function, like ```sql title="in.sql" create...