adutra commented on code in PR #786: URL: https://github.com/apache/polaris/pull/786#discussion_r1917066301
########## quarkus/service/src/main/resources/application.properties: ########## @@ -73,7 +73,7 @@ quarkus.otel.sdk.disabled=false # quarkus.otel.traces.sampler.arg=1.0d polaris.realm-context.type=default -polaris.realm-context.realms=realm1,realm2,realm3 +polaris.realm-context.realms=POLARIS Review Comment: This change imho makes sense as `POLARIS` is definitely a better default value than the rather lame `realm1,realm2,realm3`. Tests that need to use a different realm name should override this property. Tests that generate random realm names need to change the realm resolver to `test`: `polaris.realm-context.type=test`. -- 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]
