From b9b09631abee0e8b927be9346abf5983202efdc5 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 12 Dec 2016 14:53:10 +0000 Subject: [PATCH] Make kojira use krb Signed-off-by: Patrick Uiterwijk --- roles/koji_hub/files/kojira.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/koji_hub/files/kojira.conf b/roles/koji_hub/files/kojira.conf index a8716d2b1b..8095fded01 100644 --- a/roles/koji_hub/files/kojira.conf +++ b/roles/koji_hub/files/kojira.conf @@ -5,12 +5,12 @@ ; For Kerberos authentication ; the principal to connect with -; principal=koji/repo@EXAMPLE.COM +principal=kojira/koji.fedoraproject.org@FEDORAPROJECT.ORG ; The location of the keytab for the principal above -; keytab=/etc/kojira.keytab +keytab=/etc/krb5.kojira_koji.fedoraproject.org.keytab ; The URL for the koji hub server -server=http://localhost/kojihub +server=https://koji.fedoraproject.org/kojihub ; The directory containing the repos/ directory topdir=/mnt/koji @@ -31,10 +31,10 @@ max_repo_tasks=6 ;configuration for SSL athentication ;client certificate -cert = /etc/kojira/kojira_cert_key.pem +;cert = /etc/kojira/kojira_cert_key.pem ;certificate of the CA that issued the client certificate -ca = /etc/kojira/extras_cacert.pem +;ca = /etc/kojira/extras_cacert.pem ;certificate of the CA that issued the HTTP server certificate serverca = /etc/kojira/extras_cacert.pem