provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.08k stars 1.11k forks source link

css load problem #4178

Open netscrol2016 opened 10 months ago

netscrol2016 commented 10 months ago

Issue submitter TODO list

Is your proposal related to a problem?

Hello. I use your product in a closed loop, but when you turn on LDAP, the browser tries to download css from the Internet and authorization does not work, is there a way to solve this, the documentation does not describe this problem. Screenshot 2023-08-31 at 12 17 40 PM

Describe the feature you're interested in

Is it possible to use without internet connection?

Describe alternatives you've considered

No response

Version you're running

latest

Additional context

No response

ilanssari commented 5 months ago

Hello,

Any updates ?

adcis commented 5 months ago

Not a critical as login page is still functional, but do you have any plans about that?

fmartinou commented 4 months ago

Any ETA?

The page is functional but it takes 1minute to load because we load it from a Prod Zone where public access is filtered by proxies :/

fmartinou commented 3 months ago

This issue is likely related to the fact that Kafka-UI doesn't have a custom LDAP login page and relies on the default one provided by Spring Security for testing purpose: See https://github.com/spring-projects/spring-security/issues/6824 https://github.com/spring-projects/spring-security/pull/14088 https://github.com/spring-projects/spring-security/issues/13486

fmartinou commented 3 months ago

Here is a fix proposal: #4178