Turn off koji proxyuser for MBS.

For https://pagure.io/fm-orchestrator/issue/334
This commit is contained in:
Ralph Bean 2017-02-22 15:18:07 +00:00
parent 8bee458931
commit ecf9f1ef07

View file

@ -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'