SOPS: Secrets OPerationS
SOPS is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP.
Cost / License
- Free
- Open Source (MPL-2.0)
Platforms
- Mac
- Windows
- Linux
- Go (Programming Language)
Features
Tags
- sops
- DevOps
- aws
- secret-management
- gcp
- secret-distribution
- Security
- Microsoft Azure
SOPS: Secrets OPerationS News & Activities
Recent activities
- xnax added SOPS: Secrets OPerationS
- POX updated SOPS: Secrets OPerationS
- xnax added SOPS: Secrets OPerationS as alternative to elasticdog/transcrypt, Bitwarden Secrets Manager, Vault by HashiCorp and Rot
SOPS: Secrets OPerationS information
What is SOPS: Secrets OPerationS?
SOPS is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP.
By default, SOPS encrypts the data key for a file with each of the master keys, such that if any of the master keys is available, the file can be decrypted. However, it is sometimes desirable to require access to multiple master keys in order to decrypt files. This can be achieved with key groups. Auditing
Sometimes, users want to be able to tell what files were accessed by whom in an environment they control. For this reason, SOPS can generate audit logs to record activity on encrypted files. When enabled, SOPS will write a log entry into a pre-configured PostgreSQL database when a file is decrypted. Key Service
There are situations where you might want to run SOPS on a machine that doesn't have direct access to encryption keys such as PGP keys. The sops key service allows you to forward a socket so that SOPS can access encryption keys stored on a remote machine. Security
The security of the data stored using SOPS is as strong as the weakest cryptographic mechanism. Values are encrypted using AES256_GCM which is the strongest symmetric encryption algorithm known today. Data keys are encrypted in either KMS, which also uses AES256_GCM, or PGP which uses either RSA or ECDSA keys.


