strimzi / strimzi-kafka-oauth

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers
Apache License 2.0
143 stars 89 forks source link

It has a new issue with keycloak without SSL #166

Closed namson0482 closed 2 years ago

namson0482 commented 2 years ago

Hi,

It can't build up docker container keycloak without SSL successfully. What I see in console. It tell me keycloak can't connect to database. Please review images below: 1 2

keycloak_console.zip

Please open zip file to see log fully. How to re-produce my error

Step 1: Go to folder strimzi-kafka-oauth/examples/docker

Step 2: Execute the command: docker-compose -f compose.yml -f keycloak/compose.yml up

I get errors like above. I guess root cause because we change keycloak from keycloak:19.0.1-legacy to keycloak:19.0.2-legacy in this ticket https://github.com/strimzi/strimzi-kafka-oauth/commit/181719341087fc774d02abfdd7d5aa9fa12d059e

Thanks

mstruk commented 2 years ago

I can't reproduce your issue. Works fine for me. The latest main uses keycloak:19.0.2-legacy.

namson0482 commented 2 years ago

@mstruk I already checked with a other Macbook then it can run as well. We can closed this ticket. Thanks so much for your message