yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
233 stars 85 forks source link

Provide ctor for default toke provider via existing cred file #108

Closed DoumanAsh closed 1 year ago

DoumanAsh commented 1 year ago

In my case for purpose of developement we store cred file in kubernetes env var, so having convenience to initialize token provider via it is nice

yoshidan commented 1 year ago

Thanks!