singhpk234 opened a new pull request, #14781: URL: https://github.com/apache/iceberg/pull/14781
### About the change Post this spec change https://github.com/apache/iceberg/pull/14563 server can now send back vended creds to the client but like other routes `LoadTable` and `CreateTable` there is no way for a client to specify that it needs vended creds ? since creds are optional return server has option to not return creds if it thinks is not feasible But IMHO its would be nice to still expect this header from client for the following reasons : 1. what if client wants to use its own storage creds (for lets say audit for server side logs), server sends back vended creds, client can choose not to use it. 2. Consistency with other endpoints which supports cred vending. -- 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]
