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

Switch authentication #35

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Switch authentication #35

merged 1 commit into from
Oct 23, 2023

Conversation

lablans
Copy link
Member

@lablans lablans commented Oct 16, 2023

This switches authentication backend from unsupported https://github.com/thomseddon/traefik-forward-auth to supported https://oauth2-proxy.github.io/, and allows authentication via user groups rather than individual e-mail addresses

@lablans lablans requested a review from torbrenner October 16, 2023 11:51
@torbrenner torbrenner merged commit f16b283 into develop Oct 23, 2023
2 checks passed
@torbrenner torbrenner deleted the switch-auth branch October 23, 2023 12:47
@Adrian-DKFZ
Copy link

The groups in ALLOWED_GROUPS should be comma separated, not space separated. (-> "group1, group2, group3").
See https://oauth2-proxy.github.io/oauth2-proxy/docs/features/endpoints/#auth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants