Replies: 2 comments 2 replies
-
Hi gble6141! 👋 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. If you plan to raise a PR for this issue, please take a look at our contributing guide. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, this should work:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
I am trying to integrate Kafka UI with Keycloak. In Keycloak, I am using self-signed certificates, and I'm encountering issues when running Kafka UI.
Problem:
When I run Kafka UI without configuring the certificates properly, I get the following error:
It appears that the self-signed certificates from Keycloak are not recognized, causing the SSL handshake to fail.
Question:
How can I configure Kafka UI to properly trust and use the self-signed certificates from Keycloak to resolve this issue?
Any help would be greatly appreciated!
Expected behavior
No response
Your installation details
Chart Version: v0.7.6
Steps to reproduce
yamlApplicationConfig:
kafka:
clusters:
- name: kafka-test
bootstrapServers: kafka-test-kafka-bootstrap:9092
properties:
sasl.jaas.config: org.apache.kafka.common.security.scram.ScramLoginModule required username="kafka-test-super-user" password="";
sasl.mechanism: SCRAM-SHA-256
security.protocol: SASL_PLAINTEXT
auth:
type: OAUTH2
oauth2:
client:
keycloak:
client-name: keycloak
clientId: kafka-ui
clientSecret:
custom-params:
type: keycloak
issuer-uri: https://keycloak-kafka-ui-test.com/auth/realms/infra
provider: keycloak
scope: openid
user-name-attribute: preferred_username
management:
health:
ldap:
enabled: false
rbac:
enabled: true
roles:
- name: "admins"
clusters:
- kafka-test
subjects:
- provider: oauth
type: role
value: "Admin"
permissions:
- resource: applicationconfig
actions: ["view", "edit", "create", "delete"]
Screenshots
No response
Logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions