From ef62d98f57f5b24195388e16484574fcc1160f38 Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Singh Date: Sat, 18 Oct 2025 00:24:36 +0530 Subject: [PATCH] Update gcp service account creds json --- customer/gcp-svc-account.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/gcp-svc-account.json b/customer/gcp-svc-account.json index 3e12178..f098408 100644 --- a/customer/gcp-svc-account.json +++ b/customer/gcp-svc-account.json @@ -8,5 +8,6 @@ "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": "https://www.googleapis.com/robot/v1/metadata/x509/endor%40endor-experiments.iam.gserviceaccount.com" + "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/endor%40endor-experiments.iam.gserviceaccount.com", + "universe_domain": "googleapis.com" }