roeap commented on issue #4163:
URL: https://github.com/apache/arrow-rs/issues/4163#issuecomment-1532010320

   > Perhaps we can provide an implementation of the trait that calls out to a 
CLI
   
   Thats essentially how it is implemented for Azure :). There we have a 
`TokenCredential` trait, and all token based auth methods implement that trait 
- including the CLI based one. I guess we could just make that public and allow 
users to pass that to the builder.
   
   That said, I do believe that configuring the CLI credential via an option on 
the builder is slightly more convenient and allows for an integration with the 
property-bag based configuration system we provide.


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