From d9d72eb66160af04e755ed69eb5fa4a01f5099fb Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 27 Oct 2016 10:41:21 +0000 Subject: [PATCH] Revert "Make koji hub use the new system-wide host/ keytab" Koji doesn't use system-wide, but needs a specific host/ keytab This reverts commit 6d262a917bd3407a474356b722d951b96ee7e89d. --- roles/koji_hub/templates/hub.conf.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 74d5d2211e..c6217f73b0 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -27,8 +27,7 @@ AuthPrincipal = host/koji.stg.fedoraproject.org {% else %} AuthPrincipal = host/koji.fedoraproject.org {% endif %} -# Koji krbLogin uses the host/ keytab -AuthKeytab = /etc/krb5.keytab +AuthKeytab = /etc/koji-hub/koji-hub.keytab ## SSL client certificate auth configuration ## #note: ssl auth may also require editing the httpd config (conf.d/kojihub.conf)