[PR #18681] [MERGED] Closes #18627: Proxy routing #15413

Closed
opened 2025-12-30 00:21:47 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18681
Author: @jeremystretch
Created: 2/19/2025
Status: Merged
Merged: 3/4/2025
Merged by: @jeremystretch

Base: featureHead: 18627-proxy-config


📝 Commits (3)

📊 Changes

9 files changed (+108 additions, -23 deletions)

View changed files

📝 docs/configuration/system.md (+13 -1)
📝 netbox/core/data_backends.py (+13 -13)
📝 netbox/core/jobs.py (+2 -1)
📝 netbox/core/plugins.py (+4 -2)
📝 netbox/extras/dashboard/widgets.py (+2 -1)
📝 netbox/extras/management/commands/housekeeping.py (+2 -1)
📝 netbox/extras/webhooks.py (+5 -3)
📝 netbox/netbox/settings.py (+12 -1)
netbox/utilities/proxy.py (+55 -0)

📄 Description

Closes: #18627

  • Introduce DefaultProxyRouter and use it as the default proxy router
  • Allow admins to override default routing via the new PROXY_ROUTERS config parameter
  • Use new resolve_proxies() utility function as a wrapper for resolving proxies

🔄 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/18681 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/19/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `18627-proxy-config` --- ### 📝 Commits (3) - [`a95d97a`](https://github.com/netbox-community/netbox/commit/a95d97aaaf31210e1b0a60e1e45b294318043cf8) Introduce proxy routing - [`b9dfb1d`](https://github.com/netbox-community/netbox/commit/b9dfb1ddbcd3f7f3c959c0207349948f31b19128) Misc cleanup - [`959b423`](https://github.com/netbox-community/netbox/commit/959b423f8192958771838721b224b3ec7f26d58d) Document PROXY_ROUTERS parameter ### 📊 Changes **9 files changed** (+108 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/system.md` (+13 -1) 📝 `netbox/core/data_backends.py` (+13 -13) 📝 `netbox/core/jobs.py` (+2 -1) 📝 `netbox/core/plugins.py` (+4 -2) 📝 `netbox/extras/dashboard/widgets.py` (+2 -1) 📝 `netbox/extras/management/commands/housekeeping.py` (+2 -1) 📝 `netbox/extras/webhooks.py` (+5 -3) 📝 `netbox/netbox/settings.py` (+12 -1) ➕ `netbox/utilities/proxy.py` (+55 -0) </details> ### 📄 Description ### Closes: #18627 - Introduce DefaultProxyRouter and use it as the default proxy router - Allow admins to override default routing via the new `PROXY_ROUTERS` config parameter - Use new `resolve_proxies()` utility function as a wrapper for resolving proxies --- <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-30 00:21:47 +01:00
adam closed this issue 2025-12-30 00:21:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15413