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

Hello! I'm using Age with Yubikey. Support for plugins was recently added to [Age v1.1.0-rc.1](https://github.com/FiloSottile/age/releases/tag/v1.1.0-rc.1) repository, but the validation still fails in SOPS. Looks like the validation for identity fails...

SDK documentation was found [here][1]. Service implemented in the same way as GCP KMS. THis PR adding support for YC KMS as an encryption provider. Resolves issue https://github.com/mozilla/sops/issues/1052 [1]: https://cloud.yandex.com/en/docs/kms/tutorials/encrypt/sdk#auth

enhancement
area/keyservice

It would be great if we could configure our indentation for yaml in the .sops.yaml configuration file. Right now it's just hardcoded to set the indent to 4 all the...

Fixes #739 Allow `-` as cross platform alternative to `/dev/stdin` for reading data from STDIN. ``` % cat secrets.yaml | ~/go/src/go.mozilla.org/sops/cmd/sops/sops --input-type yaml --output-type yaml -d - podAnnotations: secret: value...

Is it correct that sops only uses the PGP fingerprints in .sops.yaml for `updatekeys` command and does not use these for encrypt/decrypt? I have 2 pgp keys in my .sops.yaml...

Fixes https://github.com/mozilla/sops/issues/565 by sorting the parameters as suggested by @autrilla (implementation by @Jdban) Built on top of https://github.com/mozilla/sops/pull/575 The test reliably fails if I comment out line 106 `sort.Strings(keys)`

I'm running sops in a air-gapped area without internet access, running command sops --version / -v is making it wait for ages as it tries to go external... [warning] failed...

It would be awesome if `sops` supported decrypting multiple files at a time. **Use case:** For example, say you have multiple encrypted Kubernetes secrets that you'd like to apply all...

New AWS feature IAM roles anywhere to manage workload outside AWS with temporary credentials (aws access key, secret key and session token)

Ubuntu 18.04 and archlinux sops v3.3.1 Have weird yaml thing, encrypted a file with lines that looks like ```yaml ENV: - name: "AWS_KEY" value: "BLAHBLAHBLAH" - name: "AWS_REGION" value: "eu-west-1"...