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
Currently there is no external_account credentials type support in the load_credentials_from_file function in _default_async.
Attempting to use external_account ADC with _default_async throws a misleading error message:
google.auth.exceptions.DefaultCredentialsError: The file <> does not have a valid type. Type is external_account, expected one of ('authorized_user', 'service_account', 'external_account', 'external_account_authorized_user', 'impersonated_service_account', 'gdch_service_account').
The text was updated successfully, but these errors were encountered:
Currently there is no
external_account
credentials type support in theload_credentials_from_file
function in_default_async
.Attempting to use
external_account
ADC with_default_async
throws a misleading error message:The text was updated successfully, but these errors were encountered: