Keycloak DevService not starting on enabled project #27967
-
I have the following dependencies installed:
I have the following configuration:
When I start my application in dev mode:
My PostgreSQL container for the application starts and my liquibase migrations happen and my quinoa webapp get's proxied correctly, BUT the Keycloak container does not get started?? I see no errors related to the start of the containers and I see no indication that it ever tried to even pull the container image. Any suggestions would be greatly appreciated! Cheers, FYI: Vital details: OS: MacOS 12.5.1 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
/cc @pedroigor, @sberyozkin |
Beta Was this translation helpful? Give feedback.
-
Aha! I missed a configuration required... In my default quarkus configuration I had |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. I followed the guide https://quarkus.io/guides/security-openid-connect, so my application.properties is:
Can someone help me? |
Beta Was this translation helpful? Give feedback.
Aha! I missed a configuration required... In my default quarkus configuration I had
auth-server-url
defined which is documented to disable the keycloak devservices! Removing that setting from the default configuration allowed the keycloak container to start!