From d063acf1bb94850d41245863045f4a1d8b8e6c6d Mon Sep 17 00:00:00 2001 From: Harsh Vardhan Singh Date: Fri, 20 Mar 2026 15:16:55 +0530 Subject: [PATCH] Increase private key length --- customer/gcp-svc-account.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/gcp-svc-account.json b/customer/gcp-svc-account.json index f098408..71cdfde 100644 --- a/customer/gcp-svc-account.json +++ b/customer/gcp-svc-account.json @@ -2,7 +2,7 @@ "type": "service_account", "project_id": "endor-experiments", "private_key_id": "123456789098754321012345678909876543aabb", - "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEv52JPg\ntWdtVU1DryJJZhR75A=\n-----END PRIVATE KEY-----\n", + "private_key": "-----BEGIN PRIVATE KEY-----\nMIIEv52JPg\npL8rS3uT7wF5nJ2dK9hM4bC8xV6yQ1pR3sA7gL5mN9oP2wE4vS8tU6hK3nM\ntWdtVU1DryJJZhR75A=\n-----END PRIVATE KEY-----\n", "client_email": "endor@endor-experiments.iam.gserviceaccount.com", "client_id": "123456789012345678901", "auth_uri": "https://accounts.google.com/o/oauth2/auth",