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.
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by Alexander Saprykin over 3 years ago
Updated by Anonymous over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|4e5cff1d10227d45f43e873c786830158a4e3a83.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix missing REDIS_SSL parameter in rqconfig.py
closes: #8525 https://pulp.plan.io/issues/8525