google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

Google Auth Python Library

Results 157 google-auth-library-python issues
Sort by recently updated
recently updated
newest added

The container credential provider is used on AWS ECS and AWS EKS. It presents a different API and integration surface than IMDS, and so custom code is required to make...

do not merge

This PR adds support for loading X.509 workload cert in addition to existing context_aware_metadata based cert.

:robot: I have created a release *beep* *boop* --- ## [2.33.0](https://github.com/googleapis/google-auth-library-python/compare/v2.32.0...v2.33.0) (2024-07-17) ### Features * Implement async `StaticCredentials` using access tokens ([#1559](https://github.com/googleapis/google-auth-library-python/issues/1559)) ([dc17dfc](https://github.com/googleapis/google-auth-library-python/commit/dc17dfc3fb65c87f2912300f0d11f79781240e78)) * Implement base classes for credentials and...

autorelease: pending

I have a Mac app with a simple container that runs sync APIs with Google Contacts. The user logs into Google to authorize the app, and everything works as expected....

It's not unheard of for requests to the GCE metadata server to fail with a transient error, like a 503, 500, or 429. These requests can and should be retried,...

proof of concept

do not merge

#### Environment details - OS: Ubuntu 22.04 - Python version: 3.10.11 - pip version: 24.1 - `google-auth` version: 2.30 #### Steps to reproduce 1. Install mypy and google-auth in a...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies