Open eka43 opened 1 year ago
Hello there eka43! 👋
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀
That behavior is most probably connected to context path.
Try setting up SERVER_SERVLET_CONTEXT_PATH
, I had similar issue and it was not resolved until Kafka UI started under some context path.
FYI My working setup has a disabled auth auth.type: disabled
right now with SERVER_SERVLET_CONTEXT_PATH
.
values.yaml
is:
fullnameOverride: kafka-ui
yamlApplicationConfigConfigMap: # feed our config map as an additional config
name: kafka-ui-additional
keyName: config.yaml
envs:
config:
# This part of YAML will go into readiness/liveness probes, and in a configmap
# Without it, it won't work behind reverse proxy
SERVER_SERVLET_CONTEXT_PATH: /kafka-ui
And kafka-ui-additional
config map contains file with name config.yaml
:
kafka:
clusters:
- name: yaml
bootstrapServers: ...
auth:
type: disabled
management:
health:
ldap:
enabled: false
server:
forward-headers-strategy: native # to make it work behind reverse-proxy
Then open your Kafka UI under https://your-host-where-kafka-ui-is-hosted/kafka-ui
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
Hi, I tried to set SSO but I am still getting the errors below in inspect-network section in the browser.
and I got the invalid credential error. Once I deployed the app, I can access to the application initially(with the CORS error), but when I logged out and log in again, this error(Invalid credential error) happens.
Expected behavior
No response
Your installation details
This is my config file with keycloak
Deployment
Steps to reproduce
Deploy the application with those helm charts. Set the keycloak outside.
Screenshots
No response
Logs
Pod logs
Additional context
Checked the keycloak login events and they seemed okay.
No response