From e2f340ea01a06ef6251486980ee980a392480cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 19 Oct 2020 17:54:47 +0200 Subject: [PATCH] Fix missing variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/test-auth/templates/client_secrets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/test-auth/templates/client_secrets.json b/roles/openshift-apps/test-auth/templates/client_secrets.json index 7c0115c7c3..1767506128 100644 --- a/roles/openshift-apps/test-auth/templates/client_secrets.json +++ b/roles/openshift-apps/test-auth/templates/client_secrets.json @@ -1,7 +1,7 @@ { "web": { "auth_uri": "https://id{{env_suffix}}.fedoraproject.org/openidc/Authorization", - "client_id": "{{ test_auth_oidc_client_id }}", + "client_id": "test-auth", {% if env == 'staging' %} "client_secret": "{{ test_auth_stg_oidc_client_secret }}", {% else %}