koji: hub/kojid: drop kerberos config options that got dropped upstream
Upstream switched from python-requests-kerberos to python-requests-gssapi and dropped some options. Unfortunately, these cause kojid / kojira to not even start if they are present, so we have to remove them to make things happy. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
af20d9a717
commit
3304484fe9
2 changed files with 0 additions and 3 deletions
|
@ -140,8 +140,6 @@ serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
|||
; Kerberos configuration
|
||||
krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
keytab = /etc/kojid/kojid.keytab
|
||||
krbservice = host
|
||||
krb_rdns = false
|
||||
|
||||
{% set plugins = [] %}
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ max_repo_tasks=30
|
|||
repo_tasks_limit=40
|
||||
|
||||
; Server certificate authority
|
||||
krb_rdns=false
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
;how soon (in seconds) to clean up expired repositories. 1 week default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue