-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keycloak DevService does not start for Keycloak Admin Client #45280
Comments
/cc @geoand (devservices), @pedroigor (keycloak), @stuartwdouglas (devservices) |
@gsmet It's a bug, this is supposed to work already |
It doesn't start because you have set the server URL:
And OIDC doesn't know that KC admin has some "config server URL" set. That is the backwards compatibility I have mentioned in the comments:
We can't start new Keycloak if you are already running one somewhere (because you set the URL). In the past, if you only had Keycloak Admin client and wanted to start the Keycloak, you had to include OIDC extension and configure server URL property manually. We have test that ensures when the URL is not set, we start it: @sberyozkin I'll close it because I don't see the bug, but if I am missing something, let's open a feature request. Or re-open this bug if you feel strongly about this. |
@michalvavrik Oh yeah, sorry for the noise, thanks for closing it |
np |
Describe the bug
I noticed the other day when investigating a failure in the now merged Peter's PR, that if the forced
quarkus-oidc-deployment
is removed in theextensions/keycloak-admin-reasteasy-client/deployment
tests, then Keycloak Dev Service does not start.May be I got it wrong, sorry if it proves the case.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: