diff --git a/roles/openshift-apps/waiverdb/templates/configmap.yml b/roles/openshift-apps/waiverdb/templates/configmap.yml index 11de762c64..aac8f789fa 100644 --- a/roles/openshift-apps/waiverdb/templates/configmap.yml +++ b/roles/openshift-apps/waiverdb/templates/configmap.yml @@ -14,13 +14,7 @@ data: AUTH_METHOD = 'OIDC' OIDC_REQUIRED_SCOPE = 'https://waiverdb.fedoraproject.org/oidc/create-waiver' OIDC_CLIENT_SECRETS = '/etc/secret/client_secrets.json' -{% if env == 'staging' %} - # bowlofeggs, pingou, puiterwijk -- can you confirm that this is right before - # we enable it in prod? -- yours, threebean - SUPERUSERS = ['bodhi'] -{% else %} - SUPERUSERS = [] -{% endif %} + SUPERUSERS = ['bodhi@service'] PORT = 8080 {% if env == 'staging' %} MESSAGE_BUS_PUBLISH = True