Skip to content
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

Open
melloware opened this issue Mar 10, 2025 · 7 comments
Open

KeyCloak: Values not appearing in DevUI DevServices #46702

melloware opened this issue Mar 10, 2025 · 7 comments

Comments

@melloware
Copy link
Contributor

Describe the bug

Everything is working fine but i would expect the Keycloak values to appear in the DevServices tab

Image

Expected behavior

Keycloak in DevServices

Actual behavior

Its blank

How to Reproduce?

Run mvn quarkus:dev with quarkus-oidc and see Keycloak is running fine but not in DevServices

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

3.19.2

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

Copy link

quarkus-bot bot commented Mar 10, 2025

/cc @cescoffier (devui), @geoand (devservices), @pedroigor (keycloak), @phillip-kruger (devui), @sberyozkin (keycloak)

@sberyozkin
Copy link
Member

sberyozkin commented Mar 10, 2025

I can confirm, I think I recall seeing something there related to Keycloak awhile back.

OIDC card is correctly shown in the Extensions, but the Keycloak DevService details have been lost, though I have to admit I don't recall what I was seeing related to Keycloak before in the Devservices tab.

@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

@phillip-kruger
Copy link
Member

I think you need to produce a DevServiceDescriptionBuildItem for it to show up

@melloware
Copy link
Contributor Author

@phillip-kruger i thought you just had to produce a DevServicesResultBuildItem ?

@phillip-kruger
Copy link
Member

I can see in the code that that is only used when the dev services is not a container.

@melloware
Copy link
Contributor Author

Hmmm I just produce a DevServiceBuildItem using a container for MailPit and it still shows up?

Image

@phillip-kruger
Copy link
Member

Yea then I am not sure. You will need to trace this in the code to figure out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants