-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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: Values not appearing in DevUI DevServices #46702
Comments
/cc @cescoffier (devui), @geoand (devservices), @pedroigor (keycloak), @phillip-kruger (devui), @sberyozkin (keycloak) |
I can confirm, I think I recall seeing something there related to Keycloak awhile back.
@phillip-kruger, @michalvavrik, can you spot what is missing in https://github.com/quarkusio/quarkus/blob/main/extensions/devservices/keycloak/src/main/java/io/quarkus/devservices/keycloak/KeycloakDevServicesProcessor.java to make Keycloak specific info visible in the devservices tab ? I can fix it once you clarify, thanks |
I think you need to produce a DevServiceDescriptionBuildItem for it to show up |
@phillip-kruger i thought you just had to produce a |
I can see in the code that that is only used when the dev services is not a container. |
Yea then I am not sure. You will need to trace this in the code to figure out. |
Describe the bug
Everything is working fine but i would expect the Keycloak values to appear in the DevServices tab
Expected behavior
Keycloak in DevServices
Actual behavior
Its blank
How to Reproduce?
Run
mvn quarkus:dev
withquarkus-oidc
and see Keycloak is running fine but not in DevServicesOutput of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
3.19.2
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: