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.33.0
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.33.1
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    df9f2f9 View commit details
    Browse the repository at this point in the history
  2. fix: fallback to source creds expiration in downscoped tokens (#805)

    For downscoping CAB flow, the STS endpoint may not return the expiration
    field for certain source credentials. The generated downscoped token
    should always have the same expiration time as the source credentials.
    When no `expires_in` field is returned in the response, we can just get
    the expiration time from the source credentials.
    
    Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
    bojeil-google and arithmetic1728 authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    dfad661 View commit details
    Browse the repository at this point in the history
  3. revert: revert "feat: service account is able to use a private token …

    …endpoint (#784)" (#808)
    
    revert "feat: service account is able to use a private token endpoint (#784)" until b/194191737 is fixed.
    
    This reverts commit 0e26409.
    arithmetic1728 authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d94e65c View commit details
    Browse the repository at this point in the history
  4. chore: release 1.33.1 (#809)

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