gabeiglio commented on PR #3499: URL: https://github.com/apache/iceberg-python/pull/3499#issuecomment-4709194999
This endpoint is somewhat ambiguous overall. It appears in the REST spec but is not implemented in the REST catalog (at least in Java). In practice, credential loading is handled directly by [VendedCredentialsProvider.java](https://github.com/apache/iceberg/blob/main/aws/src/main/java/org/apache/iceberg/aws/s3/VendedCredentialsProvider.java#L59), where IRC passes the URI and endpoint for requesting new credentials through the config. This PR will also determine how the work I’m doing will invoke the credentials endpoint to obtain new credentials. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
