commit | 038ae1b78dc83e44ad39ef7ba15c607f62232087 | [log] [tgz] |
---|---|---|
author | bojeil-google <bojeil-google@users.noreply.github.com> | Tue Jun 30 16:01:20 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 30 16:01:20 2020 -0700 |
tree | 9eb6111475c1596159b5ed92660ed69c559422df | |
parent | 8c84d0fb36d9eba6b319964ca0a22501efca805b [diff] |
fix: migrate signBlob to iamcredentials.googleapis.com (#553) * Migrate signBlob from iam.googleapis.com to iamcredentials.googleapis.com. This API is deprecated and will be shutdown in one year. This is used google.auth.iam.Signer. Added a system_test to sanity check the implementation.