Skip to content
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: v2.37.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: v2.38.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 7 contributors

Commits on Jan 17, 2025

  1. chore: improve error message in _metadata.py (#1652)

    * improve error message
    
    * log last error response
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * update secret
    
    * update test case to make sure failure reason is included
    
    * update test
    
    * update secret
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    harkamaljot and gcf-owl-bot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1972c7b View commit details
    Browse the repository at this point in the history
  2. feat: adding domain-wide delegation flow in impersonated credential (#…

    …1624)
    
    * Adding a flow in impersonated credentials to check if a subject is specificed for domain-wide delegation auth.
    
    * Adding a flow in impersonated credentials to check if a subject is specificed for domain-wide delegation auth.
    
    * Minor fixes to dwd flow in impersonation
    
    * Adding a flow in impersonated credentials to check if a subject is specificed for domain-wide delegation auth.
    
    * deleted repeated
    
    * delete repeated code
    
    * Fixing where source credentials authentication header info is, and target scopes.
    
    * Formatted code to uniform standard
    
    * Fixing lint and coverage failures from kokoro tests
    
    ---------
    
    Co-authored-by: Brian Jung <brianhmj@google.com>
    Co-authored-by: arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com>
    3 people authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    34ee3fe View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. chore: Add warnings regarding consuming externally sourced credentials (

    #1655)
    
    * chore: Add warnings regarding consuming externally sourced credential configurations
    
    * update syntax
    
    * remove in ADC
    
    * period
    
    * make it warning
    
    * update warning syntax
    
    * update secret after rebase
    sai-sunder-s authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    d049370 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. chore(main): release 2.38.0 (#1657)

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