eric-maynard commented on code in PR #395:
URL: https://github.com/apache/polaris/pull/395#discussion_r1811503054
##########
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:
Since this is a catalog-level property, is there a need to make it specific
to external catalogs?
I would prefer just `ALLOW_CREDENTIAL_VENDING`. Admins could just choose to
set this on only external catalogs.
This would also extend nicely if we ever introduce overrides on the
namespace or table level.
--
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]