From 9f04ee6386bf062ff97f1110061d60a2fc3c0022 Mon Sep 17 00:00:00 2001 From: Josef Skladanka Date: Mon, 7 Apr 2025 12:12:21 +0200 Subject: [PATCH] Testdays - mount secret volume --- .../openshift-apps/testdays/templates/client_secrets.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/openshift-apps/testdays/templates/client_secrets.json b/roles/openshift-apps/testdays/templates/client_secrets.json index 60e7531919..e4af088763 100644 --- a/roles/openshift-apps/testdays/templates/client_secrets.json +++ b/roles/openshift-apps/testdays/templates/client_secrets.json @@ -6,9 +6,8 @@ "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", "client_secret": "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", - "redirect_uris": [ - "http://localhost:5050/flask_oidc/authorize", - "https://testdays.stg.fedoraproject.org/flask_oidc/authorize" - ] + "redirect_uris": ["http://localhost:5050/flask_oidc/authorize","https://testdays.stg.fedoraproject.org/flask_oidc/authorize"], + "userinfo_uri": "https://www.googleapis.com/oauth2/v3/userinfo", + "issuer": "https://accounts.google.com/" } }