[PR #8878] [CLOSED] #8233 Restrict API key usage by source IP #13405

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8878
Author: @PieterL75
Created: 3/15/2022
Status: Closed

Base: featureHead: develop


📝 Commits (10+)

📊 Changes

64 files changed (+667 additions, -138 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
docs/administration/authentication/microsoft-azure-ad.md (+79 -0)
docs/administration/authentication/okta.md (+70 -0)
📝 docs/administration/authentication/overview.md (+2 -2)
📝 docs/administration/housekeeping.md (+1 -0)
📝 docs/configuration/dynamic-settings.md (+12 -0)
docs/media/authentication/azure_ad_add_app_registration.png (+0 -0)
docs/media/authentication/azure_ad_add_client_secret.png (+0 -0)
docs/media/authentication/azure_ad_app_registration.png (+0 -0)
docs/media/authentication/azure_ad_app_registration_created.png (+0 -0)
docs/media/authentication/azure_ad_client_secret.png (+0 -0)
docs/media/authentication/azure_ad_client_secret_created.png (+0 -0)
docs/media/authentication/azure_ad_login_portal.png (+0 -0)
docs/media/authentication/netbox_azure_ad_login.png (+0 -0)
docs/media/authentication/netbox_okta_login.png (+0 -0)
docs/media/authentication/okta_create_app_registration.png (+0 -0)
docs/media/authentication/okta_integration_parameters.png (+0 -0)
docs/media/authentication/okta_login_portal.png (+0 -0)
docs/media/authentication/okta_web_app_integration.png (+0 -0)

...and 44 more files

📄 Description

Fixes: #8233 Restrict API key usage by source IP


🔄 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/8878 **Author:** [@PieterL75](https://github.com/PieterL75) **Created:** 3/15/2022 **Status:** ❌ Closed **Base:** `feature` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`522ccea`](https://github.com/netbox-community/netbox/commit/522cceae73c6bb32539ee0744daa95c835a9035d) base_requirements - django_better_admin_arrayfield - [`fa15c87`](https://github.com/netbox-community/netbox/commit/fa15c879ff3f773f4025fb8bdcd7094237084d47) #8233 Restrict API key usage by source IP - [`de417a0`](https://github.com/netbox-community/netbox/commit/de417a0296d52718c9a861fa9cbe5f3f28cb676d) Add 'Any' display to admin form - [`a4cd082`](https://github.com/netbox-community/netbox/commit/a4cd082c39073e1a4b25dd61d9b47e649582b8c0) rename ipnet var to ip_networks - [`d377480`](https://github.com/netbox-community/netbox/commit/d3774801c45d1060309d1b06df109923bda94aeb) Remove betteradminfield - [`9681f3b`](https://github.com/netbox-community/netbox/commit/9681f3b9ba88b00e7613c8d4a945e36860450dfa) Merge branch 'develop' into develop - [`03f31ba`](https://github.com/netbox-community/netbox/commit/03f31ba50f7aef6db20f535ac576080279ef8f80) Remove betteradminarrat from requirements.txt - [`14fbebf`](https://github.com/netbox-community/netbox/commit/14fbebfc2451c86cffaabe9aa97cf86fe2b78869) Merge branch 'develop' of https://github.com/PieterL75/netbox into develop - [`7d2ea49`](https://github.com/netbox-community/netbox/commit/7d2ea49c01b25b91987572fa6da598324c4d3d8e) Fix authentication() returning None value - [`b1e0f2d`](https://github.com/netbox-community/netbox/commit/b1e0f2d5fabd307c2b089541b2acd63ed553833c) Beautify comments ### 📊 Changes **64 files changed** (+667 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) ➕ `docs/administration/authentication/microsoft-azure-ad.md` (+79 -0) ➕ `docs/administration/authentication/okta.md` (+70 -0) 📝 `docs/administration/authentication/overview.md` (+2 -2) 📝 `docs/administration/housekeeping.md` (+1 -0) 📝 `docs/configuration/dynamic-settings.md` (+12 -0) ➕ `docs/media/authentication/azure_ad_add_app_registration.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_add_client_secret.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_app_registration.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_app_registration_created.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_client_secret.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_client_secret_created.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_login_portal.png` (+0 -0) ➕ `docs/media/authentication/netbox_azure_ad_login.png` (+0 -0) ➕ `docs/media/authentication/netbox_okta_login.png` (+0 -0) ➕ `docs/media/authentication/okta_create_app_registration.png` (+0 -0) ➕ `docs/media/authentication/okta_integration_parameters.png` (+0 -0) ➕ `docs/media/authentication/okta_login_portal.png` (+0 -0) ➕ `docs/media/authentication/okta_web_app_integration.png` (+0 -0) _...and 44 more files_ </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #8233 Restrict API key usage by source IP <!-- This PR will add the capability of limiting the Source IP's that can use an API key. --> --- <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:27:13 +01:00
adam closed this issue 2025-12-29 22:27:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13405