dimas-b commented on code in PR #422:
URL: https://github.com/apache/polaris/pull/422#discussion_r1848971996
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/LocalPolarisMetaStoreManagerFactory.java:
##########
@@ -58,11 +60,17 @@ public abstract class
LocalPolarisMetaStoreManagerFactory<StoreType>
private static final Logger LOGGER =
LoggerFactory.getLogger(LocalPolarisMetaStoreManagerFactory.class);
+ private final PrincipalSecretsGenerator.Realms secretsGenerator =
bootstrap();
Review Comment:
I believe this will require `PolarisMetaStoreSession` implementations to
have "realm" as a field. Would that be ok from your POV?.. Currently sessions
are not strongly bound to realms. Realm-specific behaviour is relevant only to
the `bootstrap` command and factories.
--
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]