summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-auth_2.14.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-google-auth: upgrade 2.14.1 -> 2.15.0Wang Mingyu2022-12-051-27/+0
| | | | | | | | | | | | | | | | | | | Changelog: =========== Features --------- Add api_key credentials Introduce a way to provide scopes granted by user Bug Fixes --------- Allow mtls sts endpoint for external account token urls. CI broken by removal of py.path Ensure JWT segments have the right types Updated the lower bound of interactive timeout and fix the kwarg Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.14.0 -> 2.14.1Wang Mingyu2022-11-141-0/+27
Bug Fixes ---------- Apply quota project for compute cred in adc (#1177) (b9aa92a) Update minimum required version of cryptography in pyopenssl extra (#1176) (e9e76d1) Validate url domain for aws metadata urls (#1174) (f9d7d77) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>