danielcweeks commented on code in PR #10722: URL: https://github.com/apache/iceberg/pull/10722#discussion_r1684584222
########## 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: + - access-key-id + - secret-access-key + properties: + access-key-id: + type: string + secret-access-key: + type: string + token: Review Comment: AWS refers to this as `session token`, so I think we should use that terminology here: `session-token` -- 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