AWS secrets manager
#10084
Replies: 1 comment
-
Were you ever able to figure this out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've implemented AWS secrets manager for AWS EKS. It creates a volume with the SM secret. Is there a way to utilize the mounted secrets in Argocd for the secrets that would otherwise be stored in argocd-secrets.
I could for example create a job that mounts the secret and updates argocd-secrets. Or another secret and reference the password using $ in configmap. But would prefer not to be creating additional artifacts outside the existing Helm charts.
It would be great if it were possible to mount the secret directly ithrough Argocd deployment yaml.
Beta Was this translation helpful? Give feedback.
All reactions