File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
polaris-core/src/main/java/org/apache/polaris/core/storage Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ public interface PolarisCredentialVendor {
3838 * allowedWriteLocations
3939 * @param allowedReadLocations a set of allowed to read locations
4040 * @param allowedWriteLocations a set of allowed to write locations
41+ * @param refreshCredentialsEndpoint an optional endpoint to use for refreshing credentials. If
42+ * supported by the storage type it will be returned to the client in the appropriate
43+ * properties. The endpoint may be relative to the base URI and the client is responsible for
44+ * handling the relative path
4145 * @return an enum map containing the scoped credentials
4246 */
4347 @ Nonnull
Original file line number Diff line number Diff line change @@ -56,6 +56,10 @@ public String getStorageIdentifierOrId() {
5656 * locations
5757 * @param allowedReadLocations a set of allowed to read locations
5858 * @param allowedWriteLocations a set of allowed to write locations
59+ * @param refreshCredentialsEndpoint an optional endpoint to use for refreshing credentials. If
60+ * supported by the storage type it will be returned to the client in the appropriate
61+ * properties. The endpoint may be relative to the base URI and the client is responsible for
62+ * handling the relative path
5963 * @return An enum map including the scoped credentials
6064 */
6165 public abstract AccessConfig getSubscopedCreds (
You can’t perform that action at this time.
0 commit comments