commit | eb7be3fa98ace42b3e949a8af90bbb978ae7e455 | [log] [tgz] |
---|---|---|
author | arithmetic1728 <58957152+arithmetic1728@users.noreply.github.com> | Thu May 28 11:01:24 2020 -0700 |
committer | GitHub <noreply@github.com> | Thu May 28 11:01:24 2020 -0700 |
tree | e7fd59f4caba553a43ff15dc1b73c9687ca7a9f9 | |
parent | 178e691c08a6e1d6aa883d63463108742106674e [diff] |
fix: fix impersonated cred for gcloud (#516) * fix: fix impersonated cred for gcloud (1) For IDTokenCredentials.refresh(self.request), use the provided request instead of creating a new one (2) For Credentials, only refresh the source credentials if it is not valid * update expired func