danielcweeks commented on code in PR #9628:
URL: https://github.com/apache/iceberg/pull/9628#discussion_r1476857183


##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1453,6 +1456,23 @@ components:
         type: string
       example: "sales"
 
+    data-access:
+      name: X-Iceberg-Data-Access
+      in: header
+      description: >
+        Optional signal to the server that the client supports data access via
+        a comma-separated list of access mechanisms.  The server may choose to 
+        supply access via any or none of the requested mechanisms.
+      required: false
+      schema:
+        type: string
+        enum:
+          - vended_credentials
+          - remote_signing

Review Comment:
   done



-- 
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

Reply via email to