yoshidan / google-cloud-rust

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

Does this lib support gcp workload identity? #109

Closed alexandrst88 closed 1 year ago

alexandrst88 commented 1 year ago

HI! After this merged, does lib supports gcp workload identity https://github.com/yoshidan/google-cloud-rust/pull/105? Thanks

yoshidan commented 1 year ago

We have confirmed that the GKE workload identity works. We have not tried integration with AWS or Azure via workload identity. If it does not work with google-cloud-auth, you can create your own crate that implements google-cloud-token.

alexandrst88 commented 1 year ago

thank you