sops
sops copied to clipboard
Simple and flexible tool for managing secrets
Hi, I want to load the age keys from a password safe (keepassxc) and pass them to sops via stdin ``` keepassxc-cli show -a password db.kdbx mykey | SOPS_AGE_KEY_FILE=/dev/stdin sops...
### Discussed in https://github.com/getsops/sops/discussions/1231 Originally posted by **sumanth342** June 29, 2023 sending method as msi but it is using az cli Group 0: FAILED │ https://myvault.vault.azure.net/keys/sops-key/: FAILED │ - |...
I have reviewed other issues regarding preserving original file format and apreciate that retaining exact formatting of the source YAML is difficult. As a workaround, it would be very useful...
Hi there, I would like to encrypt dockerconfigjson files, which why ever are not ending on `.json`. Using the command line I can add the `--input-type` argument, but I couldn't...
https://github.com/k3s-io/kine Is where I store environmental variables and so service discovery. nats is used to make it global HA. it’s etcd compatible api ! So wanted to get advice about...
Hi everyone. I've faced with unknown issue (even main branch), without touching any code. Environment (arm64): - GO: 1.20.6 - GPG: 2.2.27 - OS: Ubuntu 22.04.2 LTS - Hardware: Raspberry...
Hello, I have been searching around the internet for an answer to my question, but have not found a clear answer. So I would like to pose it here, and...
While looking a bit closer at CI I noticed that `make test` is run in all five `Build and test ${{ matrix.os }} ${{ matrix.arch }}` GHA runs. Since every...
When using something such as dotenv-flow in react/node projects you can load various environments in env files named for example .env.development, .env.stage etc. SOPS will recognize .env and filename.env as...