kevinjqliu opened a new pull request, #2974:
URL: https://github.com/apache/iceberg-python/pull/2974
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
# Rationale for this change
Adds `EntraAuthManager` for Microsoft Entra ID (Azure AD) authentication
using `DefaultAzureCredential` from the Azure Identity library.
Supported auth methods
- Environment variables (`AZURE_TENANT_ID`, `AZURE_CLIENT_ID`,
`AZURE_CLIENT_SECRET`)
- Managed Identity (system or user-assigned)
- Azure CLI (`az login`)
- Workload Identity (AKS)
## Are these changes tested?
Yes, unit tests, tested locally with OneLake and az cli,
Preview for docs:
<img width="872" height="638" alt="Screenshot 2026-01-27 at 5 40 59 PM"
src="https://github.com/user-attachments/assets/2a9f42ff-ac3d-4c22-b524-1caa7a70227f"
/>
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
--
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]