sops icon indicating copy to clipboard operation
sops copied to clipboard

Simple and flexible tool for managing secrets

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

Fixes #1999 ## Problem Users who convert their SSH public keys to age recipients using `ssh-to-age` cannot decrypt with `SOPS_AGE_SSH_PRIVATE_KEY_FILE`. This is a common workflow for reusing existing SSH keys...

I am building a custom python wrapper over sops (called via `subprocess`), and i currently am following this approach 1. Decrypt the file to stdout 2. Convert that yaml content...

enhancement
area/CLI

This PR (attempt 2) introduces support for skipping the Azure Key Vault Uri Verification that was introduced in azure-sdk-for-go/sdk/security/keyvault/[email protected] which sops integrated with v3.8.0. This change introduced issues for those...

I'm using sops 3.11.0 and trying to decrypt a file. This seems to be failing with basically output about why it fails. I'm using the following command: `sops -d secret_file`....

bug
area/keyservice
keyservice/age

# Add HuaweiCloud KMS Support Closes #2000 ## Summary This PR adds support for encrypting and decrypting SOPS files using HuaweiCloud KMS, similar to existing AWS KMS, GCP KMS, and...

SOPS currently supports encryption through AWS KMS, GCP KMS, and Azure Key Vault. I would like to request adding support for HuaweiCloud KMS, so that projects running on HuaweiCloud can...

The main motivation of this PR is better support for shell completion. We won't need to maintain custom completion scripts, while having additional support for fish shell and powershell. References:...

Humbly submitting this for review for #1071 as a possible solution, thanks for taking a look! ## Global updatekeys feature The `--global` flag lets you synchronize key groups (and Shamir...

When running `make test`, I noticed that it was automatically unsetting `SOPS_AGE_KEY_FILE` and `SOPS_AGE_KEY_COMMAND`; however, many of the tests were failing, as it was attempting to access my `SOPS_AGE_SSH_PRIVATE_KEY_FILE`, which...

## Feature Background This PR adds support for Tencent Cloud Key Management Service (KMS) as a new key provider in SOPS. Tencent Cloud KMS is a secure, scalable key management...