sops
sops copied to clipboard
Simple and flexible tool for managing secrets
Hi, I have `.sops.yml` config in my root repository like this: ``` --- creation_rules: - arn: 'arn:aws:kms:ap-southeast-1:XXXX:key/xxxxx' role: 'arn:aws:iam::XXX:role/XXXX' ``` I ran this command: ``` sops -e -i kube_config_cluster.yml ```...
This PR integrates the sops with the Cloud.ru Key Manager Service
# The Problem 1. Expected behavior for `aws_profile` is that it would use the same credential discovery that the AWS CLI does (or any AWS SDK). 2. In places where...
github.com/google/shlex is unmaintained for quite some time now. One possible replacement is github.com/kballard/go-shellquote. Ref: https://github.com/getsops/sops/pull/1811
## Background We are changing the sops configuration for all our env vars saved in a project, but we don't want to re-encrypt all the files and commit them massively...
I've got KMS keys on accounts A and B. I need to be able to decrypt my secrets with both A and B keys. Sadly, due to security limitations I...
# Usecase We're trying to use sops as part of a FluxCD based gitops setup. In this setup, we're trying to mimic the behavior of helm chart values files, where...
**Is your feature request related to a problem? Please describe.** We now have a [sample config](https://github.com/getsops/sops/blob/main/.sops.yaml), which helps users get going to tweak their own setup. However, we currently do...
## Relations Possible related to issues: #464 & #740 ## Issue ### Inputs Currently, having simple JSON file, like (`test.json`): ```json { "TestValue": "test ", "TestValue2": "&", "TestValue3": "@" }...
I have a yaml like this: ```yaml global: imageRegistry: "harbor-test.com/new-buss" imagePullSecrets: - harbor-core storageClass: "ceph-filesystem" env: - name: log_env value: 'new-buss' - name: log_env value: "new-buss" - name: randomkey value:...