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

Currently that flag is not being used by subcommands (publish and updatekeys). This fixes that problem. I'm not exactly sure how to go about testing this. Any ideas?

Hello, We are using sops as part of a pipeline that originally generates json pretty-formatted files that are space-indented. Unfortunately when we then use sops, [it decides](https://github.com/mozilla/sops/blob/66043e71a81787d6513bc2e5505a29aac67dc6f1/stores/json/store.go#L220) to indent using...

There seems to have been a number of issues surrounding our use of AWS profiles: - https://github.com/mozilla/sops/issues/471 - https://github.com/mozilla/sops/issues/614 - https://github.com/mozilla/sops/issues/619 - https://github.com/mozilla/sops/issues/474 - https://github.com/mozilla/sops/issues/439 Storing the AWS Profile in...

bug
enhancement
priority/medium
keyservice/awskms

Hello, the docker image [`mozilla/sops`](https://hub.docker.com/r/mozilla/sops) hasn't been updated in over two years, would it be possible to update docker hub with the latest version?

I have a sops encrypted file `foo.enc.json` and when I run `sops foo.enc.json`, vim tells me: ``` "~\AppData\Local\Temp\1012848330\foo.enc.json" [readonly][Incomplete last line][unix format] 3 lines, 13 characters ``` This happens both...

vault can use a token in a file at ~/.vault-token but sops seems to not support this making it a bit of a hassle to use in some cases. is...

I have a secrets YML file I want to encrypt. If I run this encryption command from the command line, sops prints out the encrypted data successfully: ``` Chriss-MacBook-Pro:Backend GOOGLE_APPLICATION_CREDENTIALS=Deploy/Terraform/stage/xxx-Staging.json...

Encrypting and decrypting: ```yaml array: [element1, element2] ``` Turns into: ```yaml array: - elemenet1 - element2 ``` Also, trailing comments seem to be moved above the line: ```yaml field: value...

github.com/dgrijalva/jwt-go v3.2.0 holds a high security vulnerability which is fixed with v4.0.0-preview1 (go.mod transient dependency).

I'm in the unhappy situation of trying to get my GPG keypair from Windows bind-mounted into a Docker container so I can use ksops (Kustomize-SOPS) on Windows (because kustomize+ksops on...