sops
sops copied to clipboard
Simple and flexible tool for managing secrets
Resolves #845
Adds a `--recursive` flag like described in https://github.com/getsops/sops/issues/1204.
(Created from #1437 so we can add it to the discussion milestone.) We're using [go-yaml.v3](https://github.com/go-yaml/yaml/) in SOPS. Unfortunately this library doesn't seem to be actively maintained anymore; the last commit...
`updatekeys` doesn't imply that it updates *other* things from .sops.conf (see the discussion https://github.com/getsops/sops/pull/1509#discussion_r1623288498), so how about making this behavior configurable? I.e. allow the user to say that they want...
I have a key pair: ``` secret = here#there ``` after encrypting, and then decrypting: ``` secret = here ;there ``` How do I keep hashes and other special characters...
Fixes #1605.
A special `EDITOR` variable for sops would be nice to have (e.g. `SOPS_EDITOR` following the `GIT_EDITOR`, `SUDO_EDITOR`, etc. convention). My use case is for better integration with GUI editors. For...
Fixes #1591.
I have a file `secrets.env` where the plain content is dotenv formatted. I encrypt all files to json format. When I run `sops filestatus secrets.env` I get: ``` [CMD] FATA[0000]...
If SOPS could sort keys when adding via `--set` it would help a lot for readability of large files, now it adds new key/value at end of section. Something like...