Skip to content

Commit f6f0025

Browse files
Merge pull request #21 from segudev/patch-2
add Infisical open-source secrets management
2 parents 232b5d8 + 364c425 commit f6f0025

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/production/secrets-management.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ Some of the key features of secrets management tools include:
3333

3434
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.
3535

36+
## Infisical
37+
38+
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.
39+
40+
```
41+
infisical secrets set DB_SECRETS='{"username":"admin","password":"s3cret"}' --path="myapp/database"
42+
```
3643

3744
## Hashicorp Vault
3845

0 commit comments

Comments
 (0)