From ecf9f1ef07fd3f7f3b6962286504bea01035e887 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 22 Feb 2017 15:18:07 +0000 Subject: [PATCH] Turn off koji proxyuser for MBS. For https://pagure.io/fm-orchestrator/issue/334 --- roles/mbs/common/templates/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index edb5023536..31ed24882a 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -95,6 +95,9 @@ class ProdConfiguration(BaseConfiguration): KRB_KEYTAB = '/etc/krb5.mbs_mbs{{env_suffix}}.fedoraproject.org.keytab' KRB_CCACHE = '/var/cache/fedmsg/mbs-krb5cc' + # https://pagure.io/fm-orchestrator/issue/334 + KOJI_PROXYUSER = False + LOG_LEVEL = 'debug' LOG_BACKEND = 'console'