Closed IIPOCTAK closed 5 months ago
Hi IIPOCTAK! 👋
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. Sponsorship link
If you plan to raise a PR for this issue, please take a look at our contributing guide.
Hi, can you check browser's dev console for errors and/or failed network requests?
Further user feedback is requested. Please reply within 7 days or we might close the issue.
@Haarolean Sure. There are only success codes (here I refreshed the page with white screen):
Thanks for the additional feedback! We'll get back to your issue soon.
And the other one please, JS errors in the console.
@Haarolean here it is:
There's a typo in your config, it's clusters
, not cluster
:
Yeah, right now everything is working properly. Thank you!
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
When GitLab's sign in is complete entire screen is white
Expected behavior
I should see UI tab
Your installation details
We are using GitLab as OAuth provider for some applications, kafka-ui in the list. Our configuration is:
Steps to reproduce
Deploy application using helm chart and setup GitLab OAuth2
Screenshots
Logs
In the log I see successful login:
With DEBUG [reactor-http-nio-3] o.s.s.w.s.c.WebSessionServerSecurityContextRepository: Found SecurityContext 'SecurityContextImpl [Authentication=OAuth2AuthenticationToken [Principal=RbacOidcUser[user=Name: [], Granted Authorities: [[OIDC_USER, SCOPE_openid, SCOPE_profile]], User Attributes: [{sub=19, groups_direct=[], profile=https:///, iss=https://, groups=[], preferred_username=, https://gitlab.org/claims/groups/owner=[], nonce=, picture=https:///uploads/-/system/user/avatar/19/avatar.png, aud=[], auth_time=, name=, nickname= sub_legacy=, exp=, iat=}], groups=[admins]], Credentials=[PROTECTED], Authenticated=true, Details=null, Granted Authorities=[OIDC_USER, SCOPE_openid, SCOPE_profile]]]' in WebSession: 'org.springframework.web.server.session.InMemoryWebSessionStore$InMemoryWebSession@1ecb2f6'
debug: on
:Additional context
Helm values:
Note: Without rbac section (only when auth is present) I can login without any problem and see all pages.