sops icon indicating copy to clipboard operation
sops copied to clipboard

Simple and flexible tool for managing secrets

Results 280 sops issues
Sort by recently updated
recently updated
newest added

I noticed decrypt fails if the file I intend to decrypt has an extension other than `.yml` i.e. `test.yml.enc`. ``` Error unmarshalling input json: invalid character looking for beginning of...

The "workaround" to get piping to work is not cross-platform. - https://stackoverflow.com/questions/7395157/windows-equivalent-to-dev-stdin I highly recommend handling it like `kubectl` and other tools where you can pass in `-` as file...

enhancement
os/windows

Can we please have support for sops publish into [AWS SSM Parameter Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html)?

version: sops 3.8.0 Problem: The problem is noticed if you have multiple AWS profiles and you want to specify which credentials to use while using the sops command, unfortunately, sops...

When creating encrypted yaml the elements in the yaml created are not ordered alphabetically, so "spec" appears before "sops" and "gcp_kms" appears before "age". When retrieving SopsSecret from K8S as...

Hello! I am working on integrating HashiCorp Vault into our FluxCD using SOPS for secret management. We use Vault as a Service which provides us with a specific namespace for...

Age recently exposed their plugins API as public which allows using it to add Age plugins support to Sops. With these changes which *I have no written and don't understand*...

Bumps the go group with 2 updates: [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2). Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.16.0 to 1.16.1 Changelog Sourced from github.com/aws/aws-sdk-go-v2/feature/s3/manager's changelog. Release (2022-03-24) General Highlights Dependency Update: Updated to the...

dependencies

Fixes #784. While looking at this I noticed that the DotEnv store does quite a few things that are bad, like assuming that all map keys are strings that do...

~~It looks like when you encrypt a JSON file that has a string value that contains escaped sequences, those sequences are not unescaped properly.~~ **EDIT:** Actually, it looks like when...