We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d163d32 commit 69c637eCopy full SHA for 69c637e
src/snowflake/connector/auth/_auth.py
@@ -195,7 +195,7 @@ def is_gce_cloud_run_job():
195
job_vars = ["CLOUD_RUN_JOB", "CLOUD_RUN_EXECUTION"]
196
return all(var in os.environ for var in job_vars)
197
198
- def has_gcp_identity(timeout=2):
+ def has_gcp_identity(timeout=0.5):
199
try:
200
response = requests.get(
201
"http://metadata/computeMetadata/v1/instance/service-accounts/default/email",
0 commit comments