yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
217 stars 81 forks source link

Support file-type credential for external account #275

Closed ryo33 closed 3 weeks ago

ryo33 commented 1 month ago

Related to #233

In a nutshell:

-        // TODO: support file and executable type
+        // TODO: support executable type
         Err(Error::UnsupportedSubjectTokenSource)

I referred https://github.com/golang/oauth2/blob/5fd42413edb3b1699004a31b72e485e0e4ba1b13/google/externalaccount/filecredsource.go

I've tested this in my test environment, and it works.

yoshidan commented 3 weeks ago

Thanks!