Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scopes when obtaining default token
The userinfo.email auth scope is required for obtaining access to the service account email associated with a token. Previously this scope was not provided resulting an no email information for the returned token. The email is needed for properly importing an OsLogin SSH key, thus causing a regression when `use_os_login` with the DefaultTokenSource authentication method. Closes #82
- Loading branch information