adutra opened a new pull request, #15850: URL: https://github.com/apache/iceberg/pull/15850
The `RemoteSignRequest` body already supports a `properties` field, but the spec does not describe how such properties could be leveraged. Catalog servers, on the other hand, may want signer clients to include certain properties in sign requests, e.g. pre-computed RBAC data. But again, the spec does not describe how such properties should be communicated to clients. This PR closes both gaps and formalizes a new `signer.properties.*` prefix for the `config` field of the `LoadTableResult` object. It also defines the expectations for signer clients when such properties are present. -- 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]
