You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It will be great if we can use impersonate service account with gcloud cli, so that it can test google service locally without downloading a service account.
currently clientViaApplicationDefaultCredentials will not use source_credentials when running this command
Hi,
It will be great if we can use impersonate service account with gcloud cli, so that it can test google service locally without downloading a service account.
currently
clientViaApplicationDefaultCredentials
will not usesource_credentials
when running this commandthe parsing credentials here does not check for
source_credentials
. as a workaround I just added some code and work properly.Modified code of fromApplicationsCredentialsFile
googleapis.dart/googleapis_auth/lib/src/adc_utils.dart
Line 16 in 02ed7aa
The text was updated successfully, but these errors were encountered: