nastra commented on code in PR #11389: URL: https://github.com/apache/iceberg/pull/11389#discussion_r1815083844
########## aws/src/main/java/org/apache/iceberg/aws/AwsClientProperties.java: ########## @@ -66,21 +67,32 @@ public class AwsClientProperties implements Serializable { */ public static final String CLIENT_REGION = "client.region"; + /** + * Configure the endpoint to be used to fetch and refresh vended credentials. + * + * <p>When set, the {@link VendedCredentialsProvider} will be used to fetch and refresh vended + * credentials. + */ + public static final String REFRESH_CREDENTIALS_ENDPOINT = "client.refresh-credentials-endpoint"; Review Comment: we most likely also need a property to explicitly disable refreshing vended creds for Kafka Connect -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org