Skip to content

Commit

Permalink
add Infisical open-source secrets management
Browse files Browse the repository at this point in the history
Infisical is open-source, fully featured secrets manager with 16k+ stars on github.
  • Loading branch information
segudev authored Dec 18, 2024
1 parent 232b5d8 commit 364c425
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/production/secrets-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 364c425

Please sign in to comment.