HonahX commented on code in PR #2673:
URL: https://github.com/apache/polaris/pull/2673#discussion_r2377335662
##########
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java:
##########
@@ -271,6 +271,15 @@ public static void enforceFeatureEnabledOrThrow(
.defaultValue(false)
.buildFeatureConfiguration();
+ public static final FeatureConfiguration<Boolean>
ENABLE_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS =
+ PolarisConfiguration.<Boolean>builder()
+ .key("ENABLE_SUB_CATALOG_RBAC_FOR_FEDERATED_CATALOGS")
+ .description(
Review Comment:
In a follow-up we could make this configurable per-catalog, but we will need
additional logic to ensure the config is immutable upon catalog creation.
--
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]