aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorbojeil-google <bojeil-google@users.noreply.github.com>2020-06-30 16:01:20 -0700
committerGitHub <noreply@github.com>2020-06-30 16:01:20 -0700
commit038ae1b78dc83e44ad39ef7ba15c607f62232087 (patch)
tree9eb6111475c1596159b5ed92660ed69c559422df /.gitignore
parent8c84d0fb36d9eba6b319964ca0a22501efca805b (diff)
downloadgoogle-auth-library-python-038ae1b78dc83e44ad39ef7ba15c607f62232087.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 598752f..8274565 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,6 @@ pylintrc.test
pytype_output/
.python-version
+.DS_Store
+cert_path
+key_path \ No newline at end of file