-
-
Notifications
You must be signed in to change notification settings - Fork 665
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
Login redirect does not honor base-path #46
Comments
available on |
What a fast fix! Ill give it a try tonight. Thanks! |
@tchiotludo I just tried the latest dev docker image: now it constantly redirects to /kafka-hq/login/unauthorized in a loop. Browser eventually stops with "too many redirects". I will have a closer look to why this is tonight. |
Weird, didn't see it during my test, will have a look also |
Seems to be related to my config. I am overwriting the default roles. I will further investigate. |
I use kafkahq with security turned on and have the base-path set to "/kafka-hq".
When I browse to
/kafka-hq
I get redirected to/login/unauthorized
instead of/kafka-hq/login/unauthorized
. When using a reverse proxy the path/login/unauthorized
will not serve the kafkahq login page because the prefix is missing.Even browsing to
/kafka-hq/login/unauthorized
will forward/login/unauthorized
.The text was updated successfully, but these errors were encountered: