From 9f335edcaca7f7352d6df17f585e5e726d5b4916 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 3 Apr 2021 19:08:57 +0200 Subject: [PATCH] mirrormanager: do not include signed_fpca in the admin groups Signed-off-by: Pierre-Yves Chibon --- roles/mirrormanager/frontend2/templates/mirrormanager2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index 982904653c..ba89fdb8f1 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -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']