Secure Connection to External Redis #1655
-
Hi Team, We need argocd to connect to the managed Redis with in-transit encryption enabled. So we need to provide Redis' ca-cert to Argocd. I guess we need --redis-use-tls and --redis-ca-certificate options for this. Because we are using argo-helm charts in our setup, I want to ask if argo-helm charts support to provide redis certificates to securely connect to external managed Redis? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, actually you said everything correctly. Unfortunately, the parameters you mentioned are not available as prepared parameters. But you can use the
See the appropriate PR for more examples: argoproj/argo-cd#6742 |
Beta Was this translation helpful? Give feedback.
-
Thanks, we were able to connect by using redis' ca certificate in a secret volume. |
Beta Was this translation helpful? Give feedback.
Hello, actually you said everything correctly. Unfortunately, the parameters you mentioned are not available as prepared parameters. But you can use the
extraArgs
without any problems. Here is an example for a Tls connection without specific certificates.See the appropriate PR for more examples: argoproj/argo-cd#6742