Xuanwo commented on code in PR #10722: URL: https://github.com/apache/iceberg/pull/10722#discussion_r1705592814
########## open-api/rest-catalog-open-api.yaml: ########## @@ -2747,6 +2747,54 @@ components: uuid: type: string + AzureCredentials: + type: object + properties: + account-name: + type: string + account-key: + type: string + token: + type: string + + AwsCredentials: + type: object + required: Review Comment: Hi, I believe it's acceptable for the rest catalog implementation to return the temporarily generated scoped AK/SK without session token, similar to what's supported in some third-party storage services. The inclusion of a `session-token` seems like an unnecessary requirement to me. -- 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