ChaladiMohanVamsi opened a new pull request, #11577:
URL: https://github.com/apache/iceberg/pull/11577
Proposed Change
-
Add support to refresh and consume vended storage credentials for ADLSFileIO.
New Azure properties
-
- `client.refresh-credentials-enabled` property to control credential
refresh and defaults to true.
- `client.refresh-credentials-endpoint` defines endpoint to fetch the
refresh credentials with below spec.
- https://github.com/apache/iceberg/pull/11281
Requirements of credential config
-
- Required to have Sas token expiration time as part of credential config
along with Sas token.
- Expected prefix for the expiration time is `adls.sas-token-expire-at-ms.`
similar to existing sas token prefix `adls.sas-token.`
- Expected to have only one ADLS credential per storage-account prefix.
Similar PRs for other FileIOs
-
- https://github.com/apache/iceberg/pull/11389
- https://github.com/apache/iceberg/pull/11282
--
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]