sops
sops copied to clipboard
Simple and flexible tool for managing secrets
When `sops` is used to encrypt a .yaml file, the output is a .yaml file. When `sops` is used to encrypt any other file, the output is a `.json`file. My...
# Background Thank you for developing this great tool! Could you answer why you recommend to use multiple master keys in the IAM console in different regions? When I read...
This is a strange one, I seem to only be able to decrypt files that are made by the user that created the file. If I try and decrypt another...
# AWS Profile not correctly resolving .aws/config file When attempting to use a profile in a .aws/config file, sops does not properly resolve the credentials. Example sops and .aws config...
For file validation purposes, we'd love a way to "dry-run" a decrypt, so that given e.g. a sops-encrypted YAML file; everything that *would* be decrypted, would instead be replaced with...
Hello there. Where I can find reference documentation for sops.yaml configuration file?
At Mozilla, we are currently only using sops audit for a very specific use case where it might make more sense to lean on something like the linux auditing framework...
Hi, I encrypted a file using my age key located in `~/.age/key.age`. I set SOPS_AGE_KEY_FILE="/Users/steffenrumpf/.age/key.age". And was able to encrypt/decrypt my file using sops. But when trying to reading the...
Hello today I went to pull the latest version of SOPS though I noticed that the last time a image was pushed was 8 months ago. Assuming there's a problem...
This PR adds support to annotate comments with a string (e.g., `sops:enc`) which can then be matched with a regex. If it matches, the corresponding value (the one which follows...