[PR #13411] [CLOSED] 13256 ignore REMOTE_AUTH_BACKEND if REMOTE_AUTH_ENABLED is not set #14180

Closed
opened 2025-12-29 23:23:02 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13411
Author: @arthanson
Created: 8/8/2023
Status: Closed

Base: developHead: 13256-remote-auth-enabled


📝 Commits (5)

  • e8da97e 13256 ignore REMOTE_AUTH_BACKEND if REMOTE_AUTH_ENABLED is not set
  • e55d3c8 13256 cleanup settings logic
  • 4b0db7e 13256 cleanup settings logic
  • 05da59b 13256 cleanup settings logic
  • 4dbbbe6 13256 cleanup settings logic

📊 Changes

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

View changed files

📝 netbox/netbox/api/authentication.py (+1 -1)
📝 netbox/netbox/settings.py (+7 -2)

📄 Description

Fixes: #13256

Ignores REMOTE_AUTH_BACKEND if REMOTE_AUTH_ENABLED is set to False. @jeremystretch is easy / short fix, but wasn't sure if we just wanted to say by-design for this one...


🔄 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/13411 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 8/8/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `13256-remote-auth-enabled` --- ### 📝 Commits (5) - [`e8da97e`](https://github.com/netbox-community/netbox/commit/e8da97e4dfdc9a5842b8bd793f1963b4cd845770) 13256 ignore REMOTE_AUTH_BACKEND if REMOTE_AUTH_ENABLED is not set - [`e55d3c8`](https://github.com/netbox-community/netbox/commit/e55d3c860e89ce43ed6c2c866084c17e0150fbb5) 13256 cleanup settings logic - [`4b0db7e`](https://github.com/netbox-community/netbox/commit/4b0db7ed0575fecac44a52450cb5e9e9f858e414) 13256 cleanup settings logic - [`05da59b`](https://github.com/netbox-community/netbox/commit/05da59b91bb7aecada3a54abf3bc4cdf0c2a9947) 13256 cleanup settings logic - [`4dbbbe6`](https://github.com/netbox-community/netbox/commit/4dbbbe660ab998843d404d7d1069dbe709aa2406) 13256 cleanup settings logic ### 📊 Changes **2 files changed** (+8 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/api/authentication.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+7 -2) </details> ### 📄 Description ### Fixes: #13256 Ignores REMOTE_AUTH_BACKEND if REMOTE_AUTH_ENABLED is set to False. @jeremystretch is easy / short fix, but wasn't sure if we just wanted to say by-design for this one... --- <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 23:23:02 +01:00
adam closed this issue 2025-12-29 23:23:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14180