kylebarron commented on issue #7204: URL: https://github.com/apache/arrow-rs/issues/7204#issuecomment-2704206356
> That being said, applications wanting this behaviour by default could override the default options I implemented this in obstore in https://github.com/developmentseed/obstore/pull/292, however I had initially expected that it would try the Azure CLI, and if it didn't exist or couldn't access credentials, then it would still try instance metadata credentials. But rereading https://github.com/apache/arrow-rs/blob/95c42a7e235dbc689dbf50636aea514331c714c9/object_store/src/azure/builder.rs#L1015-L1028 shows that I was wrong; if `use_azure_cli` is set to `True` by default, then instance credentials will _never_ be checked unless the end user explicitly sets `use_azure_cli` to `False` -- 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]
