-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Multiple AUTH_HOST support #302
base: master
Are you sure you want to change the base?
Conversation
Hey @thomseddon if you can confirm if this approach works, I can add a couple more test cases for the multi AUTH_HOST scenario. |
Can confirm this works, using it in my own setup with k3s + Traefik. |
@thomseddon any updates on getting this reviewed and merged in? |
Great PR ! |
Thanks for this PR! I've been using it for many months in a fork: https://github.com/italypaleale/traefik-forward-auth (Also publishing multi-arch Docker images) |
Not sure the best place to contact you but I was wondering if you plan on adding back features such as allowed domains? I really like your fork and that's all that's missing for me at the moment :) |
Version 2 still has them! I recently updated to v3 which was a complete rewrite and changed a lot of things. Feel free to open issues and PRs :) |
Issues seem to be disabled, mind enabling? I'll move this discussion there and maybe try to put in a PR (although I'm new to Go!) |
Done, I didn't realize they were disabled sorry |
@maxexcloo Support for allowlists (including domains for Google), has been re-added in 3.1.0: https://github.com/ItalyPaleAle/traefik-forward-auth/releases/tag/v3.1.0 |
That’s absolutely amazing man! I haven’t been at my PC this weekend but I’ll be sure to give it a test tomorrow 👌 |
Allows support for using multiple AUTH_HOSTs
Fixes #115