Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v10.3.x] AuthProxy: Fix missing session for ldap auth proxy users #85250

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

Jguer
Copy link
Contributor

@Jguer Jguer commented Mar 27, 2024

Backport 7649d93 from #85090


What is this feature?

Regression: LDAP users authenticated via auth proxy did not have sessions assigned when enable_login_token was enabled.

This happened due to a mismatch between auth module checked (auth_proxy) and provided (ldap).

This mismatch in provided auth modules was introduced in #83715 as the active sync feature depends on the user's auth module being ldap

fix missing session for ldap auth proxy users

(cherry picked from commit 7649d93)
(cherry picked from commit b8dda25)
@Jguer Jguer added this to the 10.3.x milestone Mar 27, 2024
@Jguer Jguer requested a review from a team as a code owner March 27, 2024 12:26
@Jguer Jguer requested review from zserge, mildwonkey, idafurjes and a team and removed request for a team March 27, 2024 12:26
@Jguer Jguer merged commit 2443f30 into v10.3.x Mar 27, 2024
22 checks passed
@Jguer Jguer deleted the backport-85090-to-v10.3.x branch March 27, 2024 16:51
@fabrizio-grafana fabrizio-grafana modified the milestones: 10.3.x, 10.3.6 May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants