danielcweeks commented on code in PR #10722: URL: https://github.com/apache/iceberg/pull/10722#discussion_r1757299795
########## 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: I'm not aware of any solutions that don't require `session-token` for temporary credentials (I think Minio and R2 follow AWS here). If there are examples, we can consider those (or make a separate credential object in the future), but think we should be very strict here so someone doesn't inadvertently build an insecure solution that hands out static 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: 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