Skip to content

Secure Connection to External Redis #1655

Answered by ChristopherLenz
krcy asked this question in Q&A
Discussion options

You must be logged in to vote

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.

  controller:
    extraArgs:
      - --redis-use-tls
      - --redis-insecure-skip-tls-verify
  repoServer:
    extraArgs:
      - --redis-use-tls
      - --redis-insecure-skip-tls-verify
  server:
    extraArgs:
      - --redis-use-tls 
      - --redis-insecure-skip-tls-verify

See the appropriate PR for more examples: argoproj/argo-cd#6742

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jmeridth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants