Turn off koji proxyuser for MBS.
For https://pagure.io/fm-orchestrator/issue/334
This commit is contained in:
parent
8bee458931
commit
ecf9f1ef07
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue