dimas-b commented on code in PR #1925: URL: https://github.com/apache/polaris/pull/1925#discussion_r2164538700
########## polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java: ########## @@ -247,6 +247,13 @@ public static void enforceFeatureEnabledOrThrow( .defaultValue(false) .buildFeatureConfiguration(); + public static final FeatureConfiguration<Boolean> ENABLE_CATALOG_FEDERATION_NO_AUTH = Review Comment: however, if we go with `SUPPORTED_CATALOG_CONNECTION_TYPES`, I'd appreciate if it were introduced for existing auth types in a separate PR (per-requisite to this one) and this PR would then just add new options for the value of that property. -- 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