From 40cea00c53d0d2e977a788930fa08d379dc8d684 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 4 Dec 2024 17:07:34 +0700 Subject: [PATCH] add auth file as sample file --- e2e/Sandbox/Data/GoogleServiceAccountAuth.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 e2e/Sandbox/Data/GoogleServiceAccountAuth.json diff --git a/e2e/Sandbox/Data/GoogleServiceAccountAuth.json b/e2e/Sandbox/Data/GoogleServiceAccountAuth.json new file mode 100644 index 00000000..08520990 --- /dev/null +++ b/e2e/Sandbox/Data/GoogleServiceAccountAuth.json @@ -0,0 +1,13 @@ +{ + "type": "service_account", + "project_id": "testreveal-henry", + "private_key_id": "", + "private_key": "", + "client_email": "henrytestreveal@testreveal-henry.iam.gserviceaccount.com", + "client_id": "108057201146814272043", + "auth_uri": "https://accounts.google.com/o/oauth2/auth", + "token_uri": "https://oauth2.googleapis.com/token", + "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", + "client_x509_cert_url": "", + "universe_domain": "googleapis.com" +}