kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

When using basic auth the system doesn't load the topics

Open PlabonKumarsaha opened this issue 11 months ago • 1 comments

Issue submitter TODO list

  • [X] I've looked up my issue in FAQ
  • [X] I've searched for an already existing issues here
  • [X] I've tried running master-labeled docker image and the issue still persists there
  • [X] I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

I have used the following config in my environments of docker compose file

AUTH_TYPE: "LOGIN_FORM"
      SPRING_SECURITY_USER_NAME: plabon
      SPRING_SECURITY_USER_PASSWORD: kafka

It worked as per expectation . I was able to generate a login form . However when loggedin the topics continue to load while showing me no result . It's working again when I remove the login from environment.

Expected behavior

It should show all the topics

Your installation details

I have used all the latest version

Steps to reproduce

  1. use the login form
  2. login
  3. try to load the topics

Screenshots

No response

Logs

No response

Additional context

No response

PlabonKumarsaha avatar Oct 30 '24 06:10 PlabonKumarsaha