sops
sops copied to clipboard
Simple and flexible tool for managing secrets
Can you please provide a way to get Sops latest stable release programmatically? With a REST request for instance, something like so: `curl -L https://github.com/mozilla/sops/releases/download?version=latest&system=win` Thanks!
There is a (draft) standard for a CLI interface for OpenPGP, call "Stateless OpenPGP", or "SOP" for short. The spec is available under https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/. It can be used as a...
I have a KMS key set up with an alias, and a policy that requires an encryption context. Using 3.11.0, I'm unable to encrypt a fresh file: ``` ❯ sops...
I am currently using an older version of sops but started work on migrating to `3.10.2` recently but ran into an issue around my use of a CNAME alias for...
With a running `gpg-agent`, and a passphrase-protected key in `~/.config/sops/age/keys.txt`, sops attempts to let the agent prompt for a passphrase, but it seems the request is malformed, here is the...
Fixes #805 AWS supports partitions other than "aws" and not sure we really care the format of the role beyond the +, but didnt want to go that far with...
Using the following dummy data to create a `dummy.json` file: https://microsoftedge.github.io/Demos/json-dummy-data/64KB.json Trying to encrypt the file using sops: ``` sops encrypt --age dummy.json > dummy.json.enc ``` Receive the error: `Error...
Unclear what is going on using common sopsdiffer, ie. in .gitattributes. This is an issue with adding a second key; which as advertised means I should only need one of...
Currently, it appears the only tags pushed to Dockerhub are the `latest` tag and the git commit sha. For example, when the newest `3.4.0` image was tagged, it was tagged...