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

https://github.com/getsops/sops?tab=readme-ov-file#encrypting-only-parts-of-a-file has many ways to partially encrypt files. One risk is that the regex, prefix, or postfix doesn't account for new secrets, causing them to mistakenly be committed in plaintext....

:wave: As soon as a line in a multiline value end with a space, sops breaks the multiline formatting and convert to single line with `\n` ```yaml test: | line...

Hi! First, huge fan of `sops` - this is a silly "non-issue" kind of nit, but I noticed that the code examples inconsistently had the shell prompt included so when...

Hello, I'm using sops 3.2.0 with gcp kms. I noticed that decrypting using json input type does not respect (decode) the keys and values' text encoding. It is easy to...

Hi! We successfully using sops 3.7.3 with azure key vault as backend. But when we try to use same flow with 3.8+ version it fails with `ForbiddenByRbac` error. I tried...

keyservice/azkv
area/keyservice

Hi ! I'm struggling with that one, all my secrets are maintained with SOPS, recently I had to integrate a binary file as a secret but I can't seem to...

Hi! With recent upgrades sops 3.7.3 -> sops 3.8.1 (latest) we noticed that the whole file now is changed, even when changing a single key in YAML. However, the docs...

I can't use docker compose and sops together, I don't know why sops exec-file file.env "docker compose --env-file {} up -d" hangs forever, but this works: sops exec-file file.env "cat...

it would be really awesome to be able to encrypt parts/specific nodes with different keys. as far as i have seen it is currently only possible to encrypt a whole...

I'm trying to use two KMS keys living in two different AWS accounts, so that each account can access the encrypted contents. Similar to the setup in #1093 . I've...