szlta commented on code in PR #17155:
URL: https://github.com/apache/iceberg/pull/17155#discussion_r3672585460


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -3674,6 +3722,10 @@ components:
           type: array
           items:
             $ref: '#/components/schemas/StorageCredential'
+        key-management-credentials:
+          type: array
+          items:
+            $ref: '#/components/schemas/KeyManagementCredential'

Review Comment:
   It is not always required, `key-management-credentials` is optional here, 
applicable only if the table is encrypted and the catalog vends these creds. 
`kms-vended-credentials` is still needed for access-delegation for clients to 
advertise they are ready to consume vende KMS 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: [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]

Reply via email to