google-auth-library-python
google-auth-library-python copied to clipboard
Google Auth Python Library
Currently, we hash sensitive information from request / response logs only if the the type of request body or the return type of `response.json()` is a dictionary or a list....
This PR adds logging support to the auth library.
Currently there is no `external_account` credentials type support in the `load_credentials_from_file` function in `_default_async`. Attempting to use `external_account` ADC with `_default_async` throws a misleading error message: > google.auth.exceptions.DefaultCredentialsError: The file...
Add logging support for asynchronous response particularly to the `aiohttp.py` and `_aiohttp_requests.py` files.
`setup.cfg` contains a setting to create a `Universal Wheel` which is only needed if libraries support both Python 2 and Python 3. This library only supports Python 3 so this...
See https://github.com/googleapis/google-cloud-python/issues/13585
See https://github.com/googleapis/synthtool/pull/2067 and https://github.com/googleapis/synthtool/pull/2035
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. Release notes Sourced from jinja2's releases. 3.1.5 This is the Jinja 3.1.5 security fix release, which fixes security issues and bugs but does not...
Remove `pragma: NO COVER` once the minimum supported version of `google-api-core` is bumped to [2.24.0](https://github.com/googleapis/python-api-core/compare/v2.23.0...v2.24.0).
This test is to test if the auth lib can use the encrypted private key, however this path is being tested using other test cases, as by removing this test...