From 3af73567ad899008c96f5c1a8559568e3f1a4121 Mon Sep 17 00:00:00 2001 From: Stephen Coady Date: Mon, 22 Mar 2021 16:42:01 +0000 Subject: [PATCH] add flag to make elections use fasjson Signed-off-by: Stephen Coady --- roles/openshift-apps/elections/templates/fedora-elections.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/elections/templates/fedora-elections.cfg b/roles/openshift-apps/elections/templates/fedora-elections.cfg index 666dd74fff..4364d424c1 100644 --- a/roles/openshift-apps/elections/templates/fedora-elections.cfg +++ b/roles/openshift-apps/elections/templates/fedora-elections.cfg @@ -26,7 +26,8 @@ OIDC_CLIENT_SECRETS = '/opt/app-root/secret/client_secrets.json' FASJSON = True FAS_BASE_URL = 'https://fasjson.stg.fedoraproject.org/' {% else %} -FAS_BASE_URL = 'https://admin.fedoraproject.org/accounts/' +FASJSON = True +FAS_BASE_URL = 'https://fasjson.fedoraproject.org/' FAS_USERNAME = '{{ fedorathirdpartyUser }}' FAS_PASSWORD = '{{ fedorathirdpartyPassword }}' ## This should be ``True`` but should be changed to ``False`` if the FAS server