aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-06-09feat: define useful properties on `google.auth.external_account.Credentials` ...bojeil-google
2021-05-20fix: allow user to customize context aware metadata path in _mtls_helper (#754)arithmetic1728
2021-04-15fix: Allow multiple audiences for id_token.verify_token (#733)Jonathan Beaulieu
2021-04-14feat: add reauth feature to user credentials (#727)arithmetic1728
2021-04-08fix: support custom alg in jwt header for signing (#729)arithmetic1728
2021-03-13feat: allow the AWS_DEFAULT_REGION environment variable (#721)Ryan Kohler
2021-03-08fix: fix unit tests so they can work in g3 (#714)arithmetic1728
2021-02-25fix: use gcloud creds flow (#705)arithmetic1728
2021-02-19fix: ignore gcloud warning when getting project id (#708)arithmetic1728
2021-02-16feat: workload identity federation support (#698)bojeil-google
2021-02-11Revert "feat: workload identity federation support (#686)" (#691)Bu Sun Kim
2021-02-09feat: workload identity federation support (#686)bojeil-google
2021-02-03feat: support self-signed jwt in requests and urllib3 transports (#679)Bu Sun Kim
2021-02-01feat: use self-signed jwt for service account (#665)Bu Sun Kim
2020-12-11fix: avoid losing the original '_include_email' parameter in impersonated cre...Pietro De Nicolao
2020-10-29feat: Add custom scopes for access tokens from the metadata service (#633)David Buxton
2020-10-23Change metadata service helper to work with any query parameters (#588)David Buxton
2020-09-17fix: fix expiry for `to_json()` (#589)wesley chun
2020-09-08fix: migrate signBlob to iamcredentials.googleapis.com (#600)Bu Sun Kim
2020-09-02refactor: split 'with_quota_project' into separate base class (#561)Bu Sun Kim
2020-08-27feat: add GOOGLE_API_USE_CLIENT_CERTIFICATE support (#592)arithmetic1728
2020-07-30fix: set Content-Type header in the request to signBlob API to avoid Invalid ...Kenji Imamula
2020-07-21test: add more tests for service account quota projects (#527)Bu Sun Kim
2020-07-17Revert "fix: migrate signBlob to iamcredentials.googleapis.com" (#563)Bu Sun Kim
2020-07-15fix: don't add empty quota project (#560)Bu Sun Kim
2020-07-09feat: add quota project to base credentials class (#546)Bu Sun Kim
2020-06-30fix: migrate signBlob to iamcredentials.googleapis.com (#553)bojeil-google
2020-06-29feat: check 'iss' in `verify_oauth2_token` (#500)Bu Sun Kim
2020-06-18feat: make ``load_credentials_from_file`` a public method (#530)Bu Sun Kim
2020-06-18fix: no warning if quota_project_id is given (#537)arithmetic1728
2020-06-10feat: add quota_project_id to service accounts; add with_quota_project method...Bu Sun Kim
2020-06-04fix: replace environment variable GCE_METADATA_ROOT with GCE_METADATA_HOST (#...chenyumic
2020-05-28feat: add helper func to for default encrypted cert (#514)arithmetic1728
2020-05-28fix: fix impersonated cred for gcloud (#516)arithmetic1728
2020-05-13feat: encrypted mtls private key support (#496)arithmetic1728
2020-05-08test: fix usage of tick function so g3 tests can pass (#507)arithmetic1728
2020-05-06chore: support string type response.data for gcloud (#503)arithmetic1728
2020-05-05test: fix the usage so the tests can pass in g3 (#498)arithmetic1728
2020-04-21fix: support es256 raw format signature (#490)arithmetic1728
2020-04-13feat: add default client cert source util (#486)arithmetic1728
2020-04-01fix: invalid expiry type (#481)arithmetic1728
2020-04-01feat: consolidate mTLS channel errors (#480)arithmetic1728
2020-04-01feat: add fetch_id_token to support id_token adc (#469)arithmetic1728
2020-04-01feat: Implement ES256 for JWT verification (#340)Thea Flowers
2020-03-27feat: add access token credentials (#476)arithmetic1728
2020-03-23feat: fetch id token from GCE metadata server (#462)arithmetic1728
2020-03-20feat: add mTLS ADC support for HTTP (#457)arithmetic1728
2020-03-19feat: add SslCredentials class for mTLS ADC (#448)arithmetic1728
2020-03-13fix: only add IAM scope to credentials that can change scopes (#451)Bu Sun Kim
2020-02-13fix: compute engine id token credentials "with_target_audience" method (#438)Brent Shaffer