[PR #8603] [CLOSED] Add REMOTE_AUTH_AUTOCREATE_GROUPS #13377

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8603
Author: @larsks
Created: 2/10/2022
Status: Closed

Base: developHead: feature/remote-group-autocreate


📝 Commits (1)

  • ee1ec29 Add REMOTE_AUTH_AUTOCREATE_GROUPS

📊 Changes

3 files changed (+50 additions, -2 deletions)

View changed files

📝 netbox/netbox/authentication.py (+5 -2)
📝 netbox/netbox/settings.py (+1 -0)
📝 netbox/netbox/tests/test_authentication.py (+44 -0)

📄 Description

Closes: #7671

When REMOTE_AUTH_AUTOCREATE_GROUPS is True, Netbox will create groups
referenced in the REMOTE_AUTH_GROUP_HEADER that don't exist in the
database.


🔄 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/8603 **Author:** [@larsks](https://github.com/larsks) **Created:** 2/10/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `feature/remote-group-autocreate` --- ### 📝 Commits (1) - [`ee1ec29`](https://github.com/netbox-community/netbox/commit/ee1ec29870312adaee062bdfa63901875a70a3b2) Add REMOTE_AUTH_AUTOCREATE_GROUPS ### 📊 Changes **3 files changed** (+50 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/authentication.py` (+5 -2) 📝 `netbox/netbox/settings.py` (+1 -0) 📝 `netbox/netbox/tests/test_authentication.py` (+44 -0) </details> ### 📄 Description ### Closes: #7671 When REMOTE_AUTH_AUTOCREATE_GROUPS is True, Netbox will create groups referenced in the REMOTE_AUTH_GROUP_HEADER that don't exist in the database. --- <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:04 +01:00
adam closed this issue 2025-12-29 22:27:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13377