Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.30.2
Choose a base ref
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 9, 2021

  1. feat: define useful properties on `google.auth.external_account.Crede…

    …ntials` (#770)
    
    This includes the following properties:
    
    - `info`: This is the reverse of `from_info` defined on subclasses and useful to
      serialize external account credentials.
    - `service_account_email`: This is the corresponding service account email if impersonation is used.
    - `is_user`: This is `False` for workload identity pools and `True` for workforce pools (not yet supported).
      This can be mainly determined from the STS audience.
    
    While the properties will primarily facilitate integration with gcloud, they are publicly useful for other contexts.
    bojeil-google authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    f97499c View commit details
    Browse the repository at this point in the history
  2. fix: avoid deleting items while iterating (#772)

    Updates `google.auth.external_account.Credentials#info` to not delete items in the dictionary while iterating.
    bojeil-google authored Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a5e6b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. chore: release 1.31.0 (#771)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    ab12b8e View commit details
    Browse the repository at this point in the history
Loading