Support configuring django-rq to use an SSL connection to Redis #2469

Closed
opened 2025-12-29 18:19:07 +01:00 by adam · 1 comment
Owner

Originally created by @ajknv on GitHub (Mar 15, 2019).

Environment

  • Python version: 3.6.8
  • NetBox version: 2.5.7

Proposed Functionality

Add support in Netbox configuration+settings for instructing django-rq to use SSL connections to Redis.

Use Case

Improves the security posture of the product using current feature support of Redis. Of special note, AWS ElastiCache does not permit the use of Redis AUTH without also enabling SSL transport.

Database Changes

None

External Dependencies

None. (Will need updated build of django-rq containing already-accepted pull request for enabling the SSL configuration parameter.)

Originally created by @ajknv on GitHub (Mar 15, 2019). ### Environment * Python version: 3.6.8 * NetBox version: 2.5.7 ### Proposed Functionality Add support in Netbox configuration+settings for instructing django-rq to use SSL connections to Redis. ### Use Case Improves the security posture of the product using current feature support of Redis. Of special note, AWS ElastiCache does not permit the use of Redis AUTH without also enabling SSL transport. ### Database Changes None ### External Dependencies None. (Will need updated build of django-rq containing already-accepted pull request for enabling the SSL configuration parameter.)
adam added the status: acceptedtype: feature labels 2025-12-29 18:19:07 +01:00
adam closed this issue 2025-12-29 18:19:07 +01:00
Author
Owner

@jeremystretch commented on GitHub (Mar 19, 2019):

Implemented by #3012

@jeremystretch commented on GitHub (Mar 19, 2019): Implemented by #3012
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2469