You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When I try to login to the ui, I always get redirected to the login page even though there is no error message displayed and in the logs I can see 200 response.
[Status: 200] [Ip: /127.0.0.6] [User: k-s-root-svc-dev]
2025-01-28 07:21:10,640 INFO pGroup-1-7 org.akhq.log.access [Date: 2025-01-28T07:21:10.640128Z] [Duration: 0 ms] [Url: GET /ui/login] [Status: 200] [Ip: /127.0.0.6] [User: k-s-root-svc-dev]
2025-01-28 07:21:10,699 INFO r-thread-2 org.akhq.log.access [Date: 2025-01-28T07:21:10.697447Z] [Duration: 2 ms] [Url: GET /api/me] [Status: 200] [Ip: /127.0.0.6] [User: k-s-root-svc-dev]
2025-01-28 07:21:10,705 INFO r-thread-2 org.akhq.log.access [Date: 2025-01-28T07:21:10.703102Z] [Duration: 2 ms] [Url: GET /api/auths] [Status: 200] [Ip: /127.0.0.6] [User: k-s-root-svc-dev]
2025-01-28 07:21:10,776 INFO r-thread-2 org.akhq.log.access [Date: 2025-01-28T07:21:10.773469Z] [Duration: 3 ms] [Url: GET /api/cluster] [Status: 200] [Ip: /127.0.0.6] [User: k-s-root-svc-dev]
2025-01-28 07:21:10,807 INFO pGroup-1-9 org.akhq.log.access [Date: 2025-01-28T07:21:10.807606Z] [Duration: 0 ms] [Url: GET /ui/ui/static/media/icon.383e5fd93919da4ccf1b1d78c73ab176.svg] [Status: 200] [Ip: /127.0.0.6] [User: k-s-root-svc-dev]
2025-01-28 07:21:10,812 INFO r-thread-2 org.akhq.log.access [Date: 2025-01-28T07:21:10.810581Z] [Duration: 1 ms] [Url: GET /api/cluster] [Status: 200] [Ip: /127.0.0.6] [User: k-s-root-svc-dev]
I use helm chart for version 0.24.0 and this is my configuration yaml:
I added the groups and roles definition as suggested here but still I have the same issue. When enabling the debug logs for authentication I see the following error traces.
2025-01-28 11:57:48,532 DEBUG r-thread-1 LdapAuthenticationProvider Successfully bound user [CN=KAFKA-S-ROOT DEV SVC,OU=DEV-KAFKA-S,OU=***,OU=***,DC=***,DC=COM]. Attempting to retrieving groups. 2025-01-28 11:57:48,534 DEBUG r-thread-1 .DefaultLdapGroupProcessor No groups found! 2025-01-28T15:57:48.534412191+04:00 2025-01-28 11:57:48,534 DEBUG r-thread-1 .DefaultLdapGroupProcessor Attempting to add any additional groups... 2025-01-28 11:57:48,534 DEBUG r-thread-1 LdapAuthenticationProvider Group search returned [[]] for user [k-s-root-svc-dev] 2025-01-28T15:57:48.534557189+04:00 2025-01-28 11:57:48,534 TRACE r-thread-1 LdapAuthenticationProvider Attempting to map [k-s-root-svc-dev] with groups [[]] to an authentication response.
Hello,
When I try to login to the ui, I always get redirected to the login page even though there is no error message displayed and in the logs I can see 200 response.
I use helm chart for version 0.24.0 and this is my configuration yaml:
Can you help me to identify where is the error? Thank you.
The text was updated successfully, but these errors were encountered: