[PR #13010] [MERGED] Fix remote auth backend check #14095

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13010
Author: @rmanyari
Created: 6/26/2023
Status: Merged
Merged: 6/27/2023
Merged by: @jeremystretch

Base: developHead: GH-12849


📝 Commits (1)

  • b89571e fix remote auth backend check

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

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

📄 Description

Fixes: #12849

Support for multiple remote authentication backend made REMOTE_AUTH_BACKEND an iterable but we forgot to update this check in api/authentication.py


🔄 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/13010 **Author:** [@rmanyari](https://github.com/rmanyari) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 6/27/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `GH-12849` --- ### 📝 Commits (1) - [`b89571e`](https://github.com/netbox-community/netbox/commit/b89571e9e6d3c969cf8dd5906c2b1a7c1527f580) fix remote auth backend check ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/netbox/api/authentication.py` (+1 -1) </details> ### 📄 Description ### Fixes: #12849 Support for [multiple remote authentication backend](https://github.com/netbox-community/netbox/pull/12012 ) made `REMOTE_AUTH_BACKEND` an iterable but we forgot to update this check in `api/authentication.py` --- <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:22:28 +01:00
adam closed this issue 2025-12-29 23:22:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14095