From abd4523cacbc727f1bfcef27185380f3dc22fd06 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 24 Jan 2022 13:33:28 -0800 Subject: [PATCH] sigul / bridge: drop fas group check so we can drop fas Right now this is the last thing (That we know of) thats using fas2. If we disable this for now we can drop fas2. :) Signed-off-by: Kevin Fenzi --- roles/sigul/bridge/templates/bridge.conf.j2 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/roles/sigul/bridge/templates/bridge.conf.j2 b/roles/sigul/bridge/templates/bridge.conf.j2 index 61245390b3..a4ac3e37c0 100644 --- a/roles/sigul/bridge/templates/bridge.conf.j2 +++ b/roles/sigul/bridge/templates/bridge.conf.j2 @@ -12,13 +12,7 @@ client-listen-port: 44334 server-listen-port: 44333 # A Fedora account system group required for access to the signing server. If # empty, no Fedora account check is done. -{% if env == "production" %} -required-fas-group: signers -# User name and password for an account on the Fedora account system that can -# be used to verify group memberships -fas-user-name: {{ fedoraDummyUser }} -fas-password: {{ fedoraDummyUserPassword }} -{% endif %} +required-fas-group: [koji] koji-instances: primary