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

On windows 10 with version 3.7.3 and using age: When I encrypt the .env file: `PORT=test` with the command ` sops --encrypt --age xxxxx ./config/dev/secrets.env > ./config/dev/secrets.enc.env` it gives the...

When using `exec-env` on an env formatted file, quotes are included in the resulting environment variable. `secrets.env`: ``` secret1='foo' secret2="bar" ``` ``` $ sops exec-env secrets.env 'echo $secret1' 'foo' $...

The animation message stating the instructions has a spelling error . ![image](https://user-images.githubusercontent.com/83520862/190588302-67e513cd-056c-4e80-b29d-bb03c694371d.png) not he keys^C--> not the keys

Hi, Would using SOPS and storing encrypted secrets in git raise any concerns during security audits such as ISO 27001, pentests, etc.?

... otherwise you could get something like the following (here sops is run without network connection available): ``` $ ./sops --version sops 3.7.3 [warning] failed to retrieve latest version from...

Any guidelines for handling this... I can only think of two ways to prevent this... 1. Do trunk-based dev, so that devs are discouraged from long running branches 2. Use...

This is to address #305. Sort master keys so PGP/age keys appear before the others and being used first.

This allows the case where multiple keygroups are used, but any one of the groups needs to be able to decrypt the secret. This is for example useful if some...

Hi! Can you fix this issue. I scanned my docker image with sops installed v3.7.3 and it gives me: ``` ✗ High severity vulnerability found in gopkg.in/yaml.v3 Description: Denial of...