Issue #8525
Pulp does not respect REDIS_SSL configuration parameter
Status:
MODIFIED
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
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.
Associated revisions
History
#2
Updated by Anonymous 6 days ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|4e5cff1d10227d45f43e873c786830158a4e3a83.
Please register to edit this issue
Fix missing REDIS_SSL parameter in rqconfig.py
closes: #8525 https://pulp.plan.io/issues/8525