From 364c425b549abaa821e2e89577ef42bf5fdb3102 Mon Sep 17 00:00:00 2001 From: segudev <41948994+segudev@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:06:00 +0100 Subject: [PATCH] add Infisical open-source secrets management Infisical is open-source, fully featured secrets manager with 16k+ stars on github. --- docs/production/secrets-management.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/production/secrets-management.md b/docs/production/secrets-management.md index 8d11cd0..89ab981 100644 --- a/docs/production/secrets-management.md +++ b/docs/production/secrets-management.md @@ -33,6 +33,13 @@ Some of the key features of secrets management tools include: 4. Integration with other tools: Secrets management tools can be integrated with other DevOps tools, such as build servers, deployment tools, and orchestration frameworks, to provide seamless access to secrets during the application lifecycle. +## Infisical + +An open-source, all-in-one secrets management platform that simplifies secure secret sharing across development teams and integrates with modern development workflows and cloud services. + +``` +infisical secrets set DB_SECRETS='{"username":"admin","password":"s3cret"}' --path="myapp/database" +``` ## Hashicorp Vault