From 2d708cdcc7a4aaf22f9b07b2db7cb268cf5116f6 Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Mar 29 2021 11:07:00 +0000 Subject: It wasnt this change that broke it --- diff --git a/roles/openshift-apps/elections/templates/fedora-elections.cfg b/roles/openshift-apps/elections/templates/fedora-elections.cfg index d9243d5..4364d42 100644 --- a/roles/openshift-apps/elections/templates/fedora-elections.cfg +++ b/roles/openshift-apps/elections/templates/fedora-elections.cfg @@ -26,8 +26,8 @@ OIDC_CLIENT_SECRETS = '/opt/app-root/secret/client_secrets.json' FASJSON = True FAS_BASE_URL = 'https://fasjson.stg.fedoraproject.org/' {% else %} -#FASJSON = True -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