Make koji hub use the new system-wide host/ keytab

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-27 09:32:40 +00:00
parent b4f1088938
commit 6d262a917b

View file

@ -27,7 +27,8 @@ AuthPrincipal = host/koji.stg.fedoraproject.org
{% else %}
AuthPrincipal = host/koji.fedoraproject.org
{% endif %}
AuthKeytab = /etc/koji-hub/koji-hub.keytab
# Koji krbLogin uses the host/ keytab
AuthKeytab = /etc/krb5.keytab
## SSL client certificate auth configuration ##
#note: ssl auth may also require editing the httpd config (conf.d/kojihub.conf)