Skip to content

Commit

Permalink
Merge pull request #21 from segudev/patch-2
Browse files Browse the repository at this point in the history
add Infisical open-source secrets management
  • Loading branch information
devsecopsguides authored Dec 18, 2024
2 parents 232b5d8 + 364c425 commit f6f0025
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 f6f0025

Please sign in to comment.