-
-
Notifications
You must be signed in to change notification settings - Fork 141
UX: Auth: Logout button is inaccessible #989
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
Comments
Hi ravipendurty! 👋 Welcome, and thank you for opening your first issue in the repo! Please wait for triaging by our maintainers. As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. If you plan to raise a PR for this issue, please take a look at our contributing guide. |
it's an issue with z-index or something on the frontend part, up for grabs |
When will this be released? |
@adambirds you can pull |
How do I do that from a helm chart? |
https://github.com/kafbat/helm-charts/blob/main/charts/kafka-ui/values.yaml#L14 |
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
Logged in to KafBat UI using Keycloak authentication. Kafbat uses https. https is terminated at Traefik and from there http is used for communication with Keycloak. Login works fine. However, the logout button does not work, although on mouse focus on the logout button shows https:///logout in the status bar of the browser but no action is performed nor any request is sent (no entry in developer tools window of browser on clicking the logout button). However, if https:///logout is executed in the browser address bar, the logout flow starts i.e., it displays the "Are you sure you want to logout?" message with the "logout" button and that button works fine and logs out the user successfully.
The same has been discussed in discord and it is presumed to be a bug as per the thread - https://discord.com/channels/897805035122077716/897805035122077719/1354339588214100111
Expected behavior
Clicking "Logout" button from KafBat UI should work
Your installation details
auth: type: OAUTH2 oauth2: client: keycloak: provider: keycloak clientId: kafka.auth #clientSecret: yyy scope: openid issuer-uri: https://identity.smo.o-ran-sc.org/realms/onap #issuer-uri: http://172.18.0.3:8080/realms/kafka-users redirect-uri: https://kafka-ui.smo.o-ran-sc.org/login/oauth2/code/keycloak user-name-attribute: preferred_username client-name: keycloak logoutUri: https://identity.smo.o-ran-sc.org/realms/onap/protocol/openid-connect/logout custom-params: type: keycloak logoutUrl: https://identity.smo.o-ran-sc.org/realms/onap/protocol/openid-connect/logout
Steps to reproduce
Screenshots
No response
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: