eric-maynard commented on code in PR #701:
URL: https://github.com/apache/polaris/pull/701#discussion_r1911778803


##########
polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisCredentialProperty.java:
##########
@@ -41,7 +41,12 @@ public enum PolarisCredentialProperty {
       "the azure storage account host",
       "the azure account name + endpoint that will append to the 
ADLS_SAS_TOKEN_PREFIX"),
   EXPIRATION_TIME(
-      Long.class, "expiration-time", "the expiration time for the access 
token, in milliseconds");
+      Long.class, "expiration-time", "the expiration time for the access 
token, in milliseconds"),
+  ADDITIONAL_STORAGE_CONFIG(
+      String.class,
+      "additional-storage-config",
+      "the additional storage config for the cloud storage"),

Review Comment:
   Agreed @dimas-b -- it makes sense for the catalog to be able to inject 
additional properties, but I think these may not necessarily be credentials and 
that it's better to avoid baking that assumption into the code.



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