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

Authorized user type ADC credentials have `token_uri` hardcoded to `"https://oauth2.googleapis.com/token"`. For GCP products such as Cloud Interconnect, customers can create their own custom token URI for authorization. Currently, custom `token_uri`...

Treat empty strings as if the env var was not set. This fixes an issue where an environment variable for `GOOGLE_APPLICATION_CREDENTIALS` is set, but it empty. Because the default sentinel...

#### Environment details - OS type and version: macOS Ventura 13.3 - Python version: 3.11 - pip version: 23.1.2 - google-auth : "^2.22.0" #### Steps to reproduce 1. ``` from...

Hey, do you have some documentation on how to use this lib with AWS and Workload Identity Federation? The code below is given me the following error ``` cred =...

Recently I migrated from my custom async implementation to the beta implementation however I noticed two issues: 1) _CombinedResponse is missing the reason property and occasionally errors out, my fix:...

type: bug
priority: p3

#### Environment details - OS: Mac OS 13.2.1 - Python version: 3.10.8 - pip version: 22.2.2 - `google-auth` version: 2.17.0 #### Steps to reproduce 1. Retrieve an initial access token...

priority: p2
type: bug

Recently, we are getting intermittent `RefreshError` from python applications using google cloud services. The following is a stack trace: **class**: `` **message**: `(\"Failed to retrieve http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/[email protected]/token?scopes=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdevstorage.full_control%2Chttps%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdevstorage.read_only%2Chttps%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdevstorage.read_write from the Google Compute...

The doc @ https://github.com/googleapis/google-auth-library-python/blob/main/docs/oauth2client-deprecation.rst indicates: > While oauth2client will not be implementing or accepting any new features, the google-auth team will continue to accept bug reports and fix critical bugs....

It would help to provide native support of JSON serialization and deserialization for use cases such as implementing storage of the different types of credential objects.

error message: https://paste.googleplex.com/4898437207162880

testing