dimas-b commented on code in PR #1111: URL: https://github.com/apache/polaris/pull/1111#discussion_r1980612811
########## quarkus/service/src/main/java/org/apache/polaris/service/quarkus/config/QuarkusProducers.java: ########## @@ -239,6 +241,13 @@ public PolarisEntityManager polarisEntityManager( return new PolarisEntityManager(polarisMetaStoreManager, credentialCache, entityCache); } + @Produces + public ActiveRolesProvider activeRolesProvider( + @ConfigProperty(name = "quarkus.active-roles-provider.type") String persistenceType, Review Comment: We probably need to set this config in `application.properties` to `default` -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org