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
4 changes: 3 additions & 1 deletion docs/user-guide/creating-application/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Use this option to mount an existing Kuberentes Secret in your application pods.

### External Secret Operator (ESO)

> **Prerequisites:** Chart version should be > 4.14.0

External Secrets Operator is a Kubernetes operator that integrates external secret management systems like AWS Secrets Manager, HashiCorp Vault, Google Secrets Manager, Azure Key Vault and many more. The operator reads information from external APIs and automatically injects the values into a Kubernetes Secret.

#### AWS Secret Manager
Expand Down Expand Up @@ -128,7 +130,7 @@ To add secrets from AWS secret manager, navigate to `Secrets` of the application

1. Click on `Add Secret` to add a new secret.

![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/creating-application/secrets/aws-secret-manager.jpg)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/creating-application/secrets/aws-secret.png)

2. Select `AWS Secret Manager` from dropdown of `Data type`.

Expand Down