flyrain commented on code in PR #2000: URL: https://github.com/apache/polaris/pull/2000#discussion_r2191127645
########## runtime/defaults/src/main/resources/application.properties: ########## @@ -145,6 +145,8 @@ polaris.rate-limiter.token-bucket.requests-per-second=9999 polaris.rate-limiter.token-bucket.window=PT10S polaris.active-roles-provider.type=default +# Per-realm overrides: +# polaris.realm1.active-roles-provider.type=custom Review Comment: Trying to understand, so `prefix = "polaris.authentication"` doesn't matter in this case, and `QuarkusAuthenticationConfiguration` will pick up the configuration based on the method name `activeRolesProvider()` in `QuarkusAuthenticationRealmConfiguration`? How does a key like `polaris.realm1.active-roles-provider.type` map to a method named `activeRolesProvider()`? -- 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]
