Skip to content

Commit

Permalink
Add SOPS reference in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Feb 13, 2024
1 parent 34f6f7e commit 105fb36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
[![crates_io](https://img.shields.io/crates/v/rops.svg?style=for-the-badge)](https://crates.io/crates/rops)
[![docs_rs](https://img.shields.io/docsrs/rops/latest.svg?style=for-the-badge)](https://docs.rs/rops)

SOPS: Secrets OPerationS is a secrets manager and editor for encrypted files of various configuration formats with support for AWS KMS, GCP KMS, Azure Key Vault, age, and PGP. It's also a CNCF sandbox project with more information available at [getsops.io](https://github.com/getsops/sops).

`rops` is an attempt at writing the SOPS in Rust, offering both a CLI and library crate. Currently supporting for YAML, JSON, TOML and integrations against Age and AWS KMS.

Check out the [`rops` book](https://gibbz00.github.io/rops/) for a demo and further information on how to get started.

0 comments on commit 105fb36

Please sign in to comment.