mirrormanager: do not include signed_fpca in the admin groups

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-04-03 19:08:57 +02:00
parent 67844b4504
commit 9f335edcac

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', 'signed_fpca')
ADMIN_GROUP = ('sysadmin-main', 'sysadmin-web')
# Email of the admin to which send notification or error
ADMIN_EMAIL = ['admin@fedoraproject.org', 'adrian@fedoraproject.org']