Commit f2aee48
authored
Send X-Iceberg-Access-Delegation header to signal support for vended credentials/remote signing (#436)
* Send X-Iceberg-Access-Delegation header to signal support for vended credentials/remote signing
Clients can optionally send this header to signal which delegated access pattern it can support.
At this point the iceberg-python client can support `vended-credentials` and `remote-signing`,
thus we can always send this header.
Addtional details about this header can be found in the
REST OpenAPI spec: https://github.com/apache/iceberg/blob/main/open-api/rest-catalog-open-api.yaml#L1459-L1483
* Update rest.py1 parent 015226d commit f2aee48
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| |||
0 commit comments