alessandro-nori opened a new pull request, #1061:
URL: https://github.com/apache/iceberg-go/pull/1061

   ## Changes
   - Add `AdlsManagedIdentityEnabled` (`adls.auth.managed-identity.enabled`) 
property to opt into `ManagedIdentityCredential` instead of 
`DefaultAzureCredential`
   - Add `AdlsManagedIdentityClientID` (`adls.auth.managed-identity.client-id`) 
property for user-assigned managed identities
   
   ## Motivation
   `DefaultAzureCredential` sets a short timeout on its first managed identity 
attempt to avoid long hangs during local development. In production, this 
causes "managed identity timed out" errors when the app requests a token before 
the hosting environment is ready. Using `ManagedIdentityCredential` directly 
avoids this timeout.


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

Reply via email to