jackye1995 opened a new pull request, #710:
URL: https://github.com/apache/arrow-rs-object-store/pull/710

   ## Summary
   
   - Adds `AzureConfigKey::CredentialType` config key (`azure_credential_type` 
/ `credential_type`) that lets users explicitly select which Azure credential 
method to use
   - When multiple credential configurations are present in environment 
variables (e.g. both workload identity and client secret), the builder's fixed 
resolution order may pick an undesired credential type
   - Supported values: `auto` (default, preserves existing behavior), 
`bearer_token`, `access_key`, `client_secret`, `workload_identity`, 
`sas_token`, `azure_cli`, `managed_identity`
   - Refactors credential resolution into helper methods for each credential 
type, improving readability


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

Reply via email to