mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-03 14:42:52 +08:00
Force the use of a separte Kerberos cache per thread
When using a single Kerberos cache that is shared among threads, Koji logins start failing because the cache gets corrupt. This uses the Linux kernel keyring to store a Kerberos cache per MBS thread. See https://web.mit.edu/kerberos/krb5-1.12/doc/basic/ccache_def.html
This commit is contained in:
@@ -77,7 +77,6 @@ class BaseConfiguration(object):
|
||||
# Settings for Kerberos
|
||||
KRB_KEYTAB = None
|
||||
KRB_PRINCIPAL = None
|
||||
KRB_CCACHE = None
|
||||
|
||||
# AMQ prefixed variables are required only while using 'amq' as messaging backend
|
||||
# Addresses to listen to
|
||||
|
||||
Reference in New Issue
Block a user