Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/testdata/google_dummy_credentials.json')
-rw-r--r--workhorse/testdata/google_dummy_credentials.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/workhorse/testdata/google_dummy_credentials.json b/workhorse/testdata/google_dummy_credentials.json
new file mode 100644
index 00000000000..b92a792f27f
--- /dev/null
+++ b/workhorse/testdata/google_dummy_credentials.json
@@ -0,0 +1,12 @@
+{
+ "type": "service_account",
+ "project_id": "test",
+ "private_key_id": "test",
+ "private_key": "-----BEGIN PRIVATE KEY-----\ntest\n-----END PRIVATE KEY-----\n",
+ "client_email": "test@test.iam.gserviceaccount.com",
+ "client_id": "1234567890",
+ "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/test.iam.gserviceaccount.com"
+} \ No newline at end of file