mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
Set waiverdb SUPERUSERS in staging.
This commit is contained in:
@@ -14,6 +14,13 @@ 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 %}
|
||||
PORT = 8080
|
||||
{% if env == 'staging' %}
|
||||
MESSAGE_BUS_PUBLISH = True
|
||||
|
||||
Reference in New Issue
Block a user