Issue with Redis Sentinel Setup in DefectDojo 2.42.1 #11979
Unanswered
GeovannyGomes
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You might get a bigger audience on our Slack channel for this question: The easiest and fastest way to help you is via Slack. There's a free and easy signup to join our #defectdojo channel in the OWASP Slack workspace: Get Access. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community, could you please advise what's wrong with my setup?
We recently upgraded DefectDojo from version 2.36.4 to 2.42.1, which required some changes to our Helm values, including replacing RabbitMQ with Redis.
By default, the Helm chart uses a single Redis master pod and we need it to be high available for a production environment. To ensure high availability, we attempted to use the Redis Sentinel Setup with the following configuration:
With this setup, the three Redis replicas are correctly created, but the application fails to communicate with Redis master.
However, when using the following standalone setup (which is basically the default from values.yaml), we do not encounter this issue:
We also have this configuration enabled
Could someone help me understand the correct setup for using Redis Sentinel with DefectDojo? Or a different HA approach?
Beta Was this translation helpful? Give feedback.
All reactions