diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index c6217f73b0..74d5d2211e 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -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)