jasonf20 commented on code in PR #2341: URL: https://github.com/apache/polaris/pull/2341#discussion_r2290179163
########## polaris-core/src/main/java/org/apache/polaris/core/storage/cache/StorageCredentialCache.java: ########## @@ -130,7 +131,8 @@ public AccessConfig getOrGenerateSubScopeCreds( polarisEntity.getType(), k.allowedListAction(), k.allowedReadLocations(), - k.allowedWriteLocations()); + k.allowedWriteLocations(), + refreshCredentialsEndpoint); Review Comment: Since it's calculated statically I think it won't make a difference but I can add it. Perhaps if it's called with vended-credentials enabled and then again disabled it has some effect. Will add to the key. -- 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