mirrormanager: get MM to always ask for the signed_fpca group

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-29 15:45:59 +02:00
parent 3be8f2c71b
commit 86113c8c7c

View file

@ -65,7 +65,7 @@ MM_AUTHENTICATION = 'fas'
# If the authentication method is `fas`, groups in which should be the user
# to be recognized as an admin.
ADMIN_GROUP = ('sysadmin-main', 'sysadmin-web')
ADMIN_GROUP = ('sysadmin-main', 'sysadmin-web', 'signed_fpca')
# Email of the admin to which send notification or error
ADMIN_EMAIL = ['admin@fedoraproject.org', 'adrian@fedoraproject.org']