From 6721d7a153ee91d24f1e7f4dc2c28b2f2c375584 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 21 Nov 2017 17:51:36 +0100 Subject: [PATCH] Specify krb_principal --- roles/simple-koji-ci/templates/simple_koji_ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/simple-koji-ci/templates/simple_koji_ci.py b/roles/simple-koji-ci/templates/simple_koji_ci.py index 76bfca6c3c..c5a9fb196f 100644 --- a/roles/simple-koji-ci/templates/simple_koji_ci.py +++ b/roles/simple-koji-ci/templates/simple_koji_ci.py @@ -7,7 +7,7 @@ config = { # Kerberos configuration to authenticate with Koji. In development # environments, use `kinit @FEDORAPROJECT.ORG` to get a # Kerberos ticket and use the default settings below. - 'krb_principal': None, + 'krb_principal': 'simple-koji-ci/simple-koji-ci-dev.fedorainfracloud.org@FEDORAPROJECT.ORG', 'krb_keytab': 'krb5.simple-koji-ci_simple-koji-ci-dev.fedorainfracloud.org.keytab', 'krb_ccache': None, 'krb_proxyuser': None,