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.28.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: v2.29.0
Choose a head ref
  • 6 commits
  • 12 files changed
  • 6 contributors

Commits on Mar 11, 2024

  1. build(deps): bump cryptography from 42.0.2 to 42.0.4 in .kokoro (#1483)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/d895aec3679ad22aa120481f746bf9f2f325f26f
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:98f3afd11308259de6e828e37376d18867fd321aba07826e29e4f8d9cab56bad
    gcf-owl-bot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    be44f82 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    3993307 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. feat: Adds support for custom suppliers in AWS and Identity Pool cred…

    …entials (#1496)
    
    * feat: refactor AWS and identity pool credentials to use suppliers (#1484)
    
    * feat: refactor aws and identity pool credentials to use supplier framework
    
    * Linting
    
    * changing class types
    
    * linting
    
    * remove unused import
    
    * Fix typing
    
    * add docstring and fix casing
    
    * feat: Adds support for custom suppliers in AWS and Identity Pool credential instantiation (#1494)
    
    * feat: refactor aws and identity pool credentials to use supplier framework
    
    * Linting
    
    * changing class types
    
    * linting
    
    * remove unused import
    
    * Fix typing
    
    * add docstring and fix casing
    
    * feat: adds support for passing suppliers to credentials.
    
    * fixes merge issues and adds _has_custom_supplier method
    
    * adds _has_custom_supplier function to identity_pool
    
    * Update google/auth/external_account.py
    
    Co-authored-by: Carl Lundin <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Carl Lundin <[email protected]>
    
    * Respond to comments and fix docs
    
    ---------
    
    Co-authored-by: Carl Lundin <[email protected]>
    
    * docs: add documentation for suppliers (#1495)
    
    * docs: update docs for programmatic
    
    * add space
    
    * update user guide
    
    * update docs
    
    * Apply suggestions from code review
    
    Co-authored-by: Leo <[email protected]>
    
    * Update docs
    
    * Add docs about context and request
    
    ---------
    
    Co-authored-by: Carl Lundin <[email protected]>
    Co-authored-by: Leo <[email protected]>
    3 people authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3af1768 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    edbd22e View commit details
    Browse the repository at this point in the history
  2. fix: refactor tech debt in aws and identity pool credentials (#1501)

    * fix: implement fixes suggested in suppliers PR
    
    * Add back elif
    
    * update const name to include unit
    aeitzman authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ce435b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    0f70509 View commit details
    Browse the repository at this point in the history
Loading