dimas-b commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2299441647
########## polaris-core/src/main/java/org/apache/polaris/core/storage/PolarisCredentialVendor.java: ########## @@ -37,6 +38,10 @@ public interface PolarisCredentialVendor { * allowedWriteLocations * @param allowedReadLocations a set of allowed to read locations * @param allowedWriteLocations a set of allowed to write locations + * @param refreshCredentialsEndpoint an optional endpoint to use for refreshing credentials. If + * supported by the storage type it will be returned to the client in the appropriate + * properties. The endpoint may be relative to the base URI and the client is responsible for Review Comment: Getting full URI is a bit trickier - as discussed in #1164. From my POV, let's merge this "as is" and open a GH issue that it does not work properly for Iceberg < 1.8. When someone has time, let's improve. Getting this feature enabled for Iceberg clients > 1.8 is valuable, I think. -- 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