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

Bumps the docker group in /.release with 1 update: alpine. Updates `alpine` from 3.18 to 3.20 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.18&new-version=3.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as...

dependencies

Sops v3.9.1 To reproduce: ``` $ echo -e 'foo: bar\n#Hello world' | sops --input-type yaml --output-type yaml -e /dev/stdin > test.yaml $ sops -d test.yaml foo: bar #Hello world $...

This PR is open as an alternative to the PR https://github.com/getsops/sops/pull/1588 to fix the issue https://github.com/getsops/sops/issues/1539. Changes in this PR imply the following downsides: * any automated integrity checks for...

Another attempt at #1465 without bringing in so much code from [age](https://github.com/FiloSottile/age). Instead, I created https://github.com/FiloSottile/age/pull/591 upstream to expose `PluginTerminalUI`. ## TODO - [ ] update `go.mod` once https://github.com/FiloSottile/age/pull/591 is...

Don’t pass through sh; let the user do that if they want. Fixes getsops/sops#1469

Currently the azure authentication flow seems to just pass off the auth options to the azidentity NewDefaultAzureCredential function: https://github.com/getsops/sops/blob/main/azkv/keysource.go#L232 While this does simplify things on sops side, that auth function...

Ref: https://github.com/getsops/sops/pull/1609#discussion_r1763725688 This should end up in a minor or major release, definitely not a bugfix. I'm adding it to the Discussions milestone because of that.

At least as an option, in order to avoid a sensitive value from being leaked in the process list?

enhancement
area/CLI

`sops --config .sops.yml --verbose publish --recursive secrets` ```[AGE] INFO[0000] Decryption succeeded [SOPS] INFO[0000] Data key recovered successfully [SOPS] DEBU[0000] Decrypting tree uploading /secrets/project/a/prod/credentials.enc.yml to 127.0.0.1:8200/v1/secrets/data//project/a/prod/credentials.enc.yml ? (y/n): y error loading...