Comparing v2.40.3...v2.41.0 · googleapis/google-auth-library-python
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
- 12 commits
- 30 files changed
- 8 contributors
Commits on Jul 15, 2025
Commits on Aug 7, 2025
-
feat: Add trust boundary support for service accounts and impersonati…
…on. (#1778) * feat: adds trust boundary lookup support for SA and impersonated credentials * Add feature flag, fix ud bug, and update no-op response. * Add _build_trust_boundary_lookup_url to external account. * Implement additional unit tests for the trust boundary * implement trust boundary in compute_engine to support GCE instances. * Fix failing unit test, and change acceptable values for the env variable * Add unit tests for gce trust boundary. * Use no op method instead of directly comparing values * fix a typo in calling the method noop * Add x-allowed-location header to all IAM requests. * Support self-signed jwt and refactor refresh to handle refreshing trust boundary in the base class. * Fix failing unit tests * Revert changes to external account class file. * Additional unit tests and update some old ones. * Revert changes to idtoken * Revert the self signed jwt token workaround * revert idtoken and jwt trust boundary tests. * Fix failing github check * Fix failing unit tests in compute engine * fix linter issues * Fix linter issues * remove trust boundary related code from idtoken as it is not a supported credential type * remove unused line in test
Commits on Aug 12, 2025
Commits on Aug 14, 2025