Actions
Issue #8525
closedPulp does not respect REDIS_SSL configuration parameter
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
When building settings for RQ in pulpcore/rqconfig.py
the REDIS_SSL
parameter is ignored and not passed to RQ.
The only way to create SSL connection with redis is by using REDIS_URL
.
This makes containerized deployments more complicated as connection parameters may be set individually in secrets.
Actions
Fix missing REDIS_SSL parameter in rqconfig.py
closes: #8525 https://pulp.plan.io/issues/8525