From 07f73dd24e9a1bb99196c3be314270b8d4500305 Mon Sep 17 00:00:00 2001 From: Johnathan Free Wortley Date: Sat, 30 Oct 2021 00:31:29 +0000 Subject: [PATCH] Add LunaSec to Secret Management LunaSec is somewhat similar to Vault, so that's why I put it here. If you need me to move it or make any changes, just let me know. Thank you! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..2393372 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ To support security as code, sensitive credentials and secrets need to be manage * [CredStash](https://github.com/fugue/credstash) * [Git Secrets](https://github.com/awslabs/git-secrets) * [Keybase](https://keybase.io) +* [LunaSec](https://github.com/lunasec-io/lunasec) * [Sops](https://github.com/mozilla/sops) * [Transcrypt](https://github.com/elasticdog/transcrypt) * [Vault](https://www.hashicorp.com/blog/vault.html)