From 8b7dc003e966f5d75c611aceee7b60f6bcc51112 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 31 Jan 2017 19:42:01 +0000 Subject: [PATCH] Add the realm to the principal Signed-off-by: Patrick Uiterwijk --- roles/hotness/templates/hotness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index 7f594cbb6b..090bf8c5af 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -56,7 +56,7 @@ config = { 'git_url': 'https://src.fedoraproject.org/cgit/rpms/{package}.git', {% endif %} - 'krb_principal': 'hotness/hotness01{{env_suffix}}.phx2.fedoraproject.org', + 'krb_principal': 'hotness/hotness01{{env_suffix}}.phx2.fedoraproject.org@{{ipa_realm}}', 'krb_keytab': '/etc/krb5.hotness_hotness01{{env_suffix}}.phx2.fedoraproject.org.keytab', 'krb_ccache': None, 'krb_sessionopts': {'timeout': 3600, 'krb_rdns': False},