Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading