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

It would be convenient be able to use a key alias as in: `aws kms encrypt --key-id alias/my-key ...` rather than having to provide the full arn.

enhancement
help wanted

https://cloud.yandex.com/en/docs/kms/

enhancement
area/keyservice

The installation instructions at `https://go.mozilla.org/sops` states that SOPS installation should be performed using: ``` go get -u go.mozilla.org/sops/cmd/sops ``` The `go get` command has been deprecated for installing binaries (and...

area/documentation

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

Hi. Great stuff here. Putting a PoC together for the team using git as a storage and distribution mechanism. We are currently using https://www.passwordstore.org/ and I'm attracted to sops for...

help wanted

Hello I created a passphrase protected key `age-keygen | age -p > key.age` but when using this file in `SOPS_AGE_KEY_FILE` to decrypt the encrypted file it doesn't work as it...

Hello! Just a small nit, hope it's alright. sops' output does not include a newline at the end of it's output, which is not in accordance with POSIX's definition of...

fixes #407 with this fix, when adding a new root hierarchy, the existing root entries won't be dropped anymore

Specifically: Allow hash/semicolon in values and Python multi-line indented values - refs #751