From 30e5b8ba0e4103fc12a1882a7c4e3dd48db4aaa7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Apr 2019 11:26:12 +0200 Subject: [PATCH] elections: point to id.stg in staging Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/elections/templates/fedora-elections.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/elections/templates/fedora-elections.cfg b/roles/openshift-apps/elections/templates/fedora-elections.cfg index 9f953f76d7..96b03d9b9b 100644 --- a/roles/openshift-apps/elections/templates/fedora-elections.cfg +++ b/roles/openshift-apps/elections/templates/fedora-elections.cfg @@ -23,6 +23,7 @@ FEDORA_ELECTIONS_ADMIN_GROUP = 'elections' ## URL of the FAS server to use {% if env == 'staging' %} FAS_BASE_URL = 'https://admin.stg.fedoraproject.org/accounts/' +FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/openid/' {% else %} FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/' {% endif %}