ArgoCD with AWS secret manager

In this course, we have discussed about the Bitnami and Vault, but there is no hint about the secret manager kind of stuff in AWS. Can I please have a solution how I can setup the argo with the aws secret manager and if there is any change in the secrets it will automatically fetch the secrets.

Hi @BADAL-KUMAR-SAHU

You can use the Vault plugin to fetch secrets from cloud secret managers.
Please read ArgoCD + AWS Secrets Manager. GitOps in trends these days, it has… | by Yevgeniy Ovsyannikov | Lightrun Engineering and all sections of Argo CD Vault Plugin - especially the “backends” section.

This is what I have found, but I have not configured it myself before.