fabio-rizzo-01 commented on issue #2501:
URL: https://github.com/apache/polaris/issues/2501#issuecomment-3253279620
In `KeycloakProfile getConfigOverrides()` method is overriding the defaults
props so I think it is only missing the value for the port in there. Adding
that fixes the test. Tested on an OSX machine
` @Override
public Map<String, String> getConfigOverrides() {
return Map.of(
"quarkus.http.test-port",
"0",
"quarkus.oidc.tenant-enabled",
"true",
"quarkus.oidc.client-id",
"polaris",
"polaris.authentication.type",
"external",
"polaris.oidc.principal-mapper.name-claim-path",
KeycloakAccess.PRINCIPAL_NAME_CLAIM,
"polaris.oidc.principal-roles-mapper.filter",
"PRINCIPAL_ROLE:.*");
}`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]