[PR #3012] [MERGED] Add support for configuring use of an SSL connection to Redis. #12487

Closed
opened 2025-12-29 22:21:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3012
Author: @ajknv
Created: 3/15/2019
Status: Merged
Merged: 3/19/2019
Merged by: @jeremystretch

Base: developHead: develop


📝 Commits (4)

📊 Changes

4 files changed (+11 additions, -0 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+7 -0)
📝 netbox/extras/apps.py (+1 -0)
📝 netbox/netbox/configuration.example.py (+1 -0)
📝 netbox/netbox/settings.py (+2 -0)

📄 Description

Requires a build or release of django-rq containing
44f3fdd7cb

Fixes:

https://github.com/digitalocean/netbox/issues/3011


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3012 **Author:** [@ajknv](https://github.com/ajknv) **Created:** 3/15/2019 **Status:** ✅ Merged **Merged:** 3/19/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (4) - [`7edad4e`](https://github.com/netbox-community/netbox/commit/7edad4eba9b5f58deb9ea1af53faee824a6edc38) Add support for configuring use of an SSL connection to Redis. - [`f88099e`](https://github.com/netbox-community/netbox/commit/f88099eb3b6632090db3214cdceacd09dc4e3249) Add documentation for new Redis SSL configuration parameter. - [`e544705`](https://github.com/netbox-community/netbox/commit/e5447052567427b0f87ef3b1f9926dcd221a85f1) Add support for configuring use of an SSL connection to Redis. - [`8bda6be`](https://github.com/netbox-community/netbox/commit/8bda6be65aa85bc5c126e2f439840bd0591c7605) Merge branch 'develop' of https://github.com/ajknv/netbox into develop ### 📊 Changes **4 files changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+7 -0) 📝 `netbox/extras/apps.py` (+1 -0) 📝 `netbox/netbox/configuration.example.py` (+1 -0) 📝 `netbox/netbox/settings.py` (+2 -0) </details> ### 📄 Description Requires a build or release of django-rq containing https://github.com/rq/django-rq/pull/326/commits/44f3fdd7cbd94a4e0331befbb4a57c81e079cdbf ### Fixes: https://github.com/digitalocean/netbox/issues/3011 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:21:52 +01:00
adam closed this issue 2025-12-29 22:21:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12487