XJDKC commented on code in PR #1506: URL: https://github.com/apache/polaris/pull/1506#discussion_r2087282307
########## spec/polaris-management-service.yml: ########## @@ -1023,6 +1057,49 @@ components: allOf: - $ref: '#/components/schemas/StorageConfigInfo' + ServiceIdentityInfo: + type: object + description: Identity metadata for the Polaris service used to access external resources. + readOnly: true + properties: + identityType: + type: string + enum: + - AWS_IAM_USER + - AWS_IAM_ROLE Review Comment: Makes sense, I will only introduce a new type `AWS_IAM` to capture these two! ########## spec/polaris-management-service.yml: ########## @@ -1023,6 +1057,49 @@ components: allOf: - $ref: '#/components/schemas/StorageConfigInfo' + ServiceIdentityInfo: + type: object + description: Identity metadata for the Polaris service used to access external resources. + readOnly: true + properties: + identityType: + type: string + enum: + - AWS_IAM_USER + - AWS_IAM_ROLE Review Comment: Makes sense, I will only introduce a new sub type `AWS_IAM` to capture these two! -- 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...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org