rlamarche opened a new pull request, #2300: URL: https://github.com/apache/iceberg-rust/pull/2300
## Which issue does this PR close? No issue filled. ## What changes are included in this PR? This PR is a draft to support credentials vending. When loading a table, credentials are obtained if the relevant mode is activated, but ignored. With this PR, if there is credentials available, and the prefix matches the table's metadata location, they are appended to the props of the loaded table. The advantages of this is that you don't require to give full access (read or write) to the underlying bucket. It allows to have fined grain permissions on the underlying data. ## Are these changes tested? It has been tested on GCP Iceberg Catalog with vended credentials enabled, in read mode only. Write mode will be tested shortly. See https://docs.cloud.google.com/biglake/docs/blms-rest-catalog for an example of how to use a Biglake Iceberg Catalog. -- 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]
