Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public class KeycloakProfile implements QuarkusTestProfile {
@Override
public Map<String, String> getConfigOverrides() {
return Map.of(
"quarkus.http.test-port",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This property is already set here:

I'm not sure adding it here will solve the original issue tbh.

Copy link
Contributor Author

@fabio-rizzo-01 fabio-rizzo-01 Sep 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know the property is in there but when I debugged the test that property is gone, so I assumed the override was removing it, even though it shouldn't be the case. Adding it back fixed the test on my machine. Can someone else check if they get the same result?

"0",
"quarkus.oidc.tenant-enabled",
"true",
"quarkus.oidc.client-id",
Expand Down