From 86113c8c7cc0244e9dadc4bfec2ec29005bfce39 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Mar 2021 15:45:59 +0200 Subject: [PATCH] mirrormanager: get MM to always ask for the signed_fpca group 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 ba89fdb8f1..982904653c 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') +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']