collado-mike commented on code in PR #395:
URL: https://github.com/apache/polaris/pull/395#discussion_r1811507839


##########
polaris-core/src/main/java/org/apache/polaris/core/PolarisConfiguration.java:
##########
@@ -154,6 +154,14 @@ public static <T> Builder<T> builder() {
           .defaultValue(false)
           .build();
 
+  public static final PolarisConfiguration<Boolean> 
ALLOW_EXTERNAL_CATALOG_CREDENTIAL_VENDING =

Review Comment:
   I think admins should be allowed to control it for INTERNAL and/or EXTERNAL 
catalogs independently. For now, this change focuses on EXTERNAL catalogs, but 
I think a subsequent PR that allows for disabling for INTERNAL catalogs as well 
would be a good approach.



-- 
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]

Reply via email to