From 63408a5a91132172c30d94a4edfe0da2fb63a6d9 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 31 Jan 2017 19:39:21 +0000 Subject: [PATCH] Configure keytab for hotness Signed-off-by: Patrick Uiterwijk --- roles/hotness/templates/hotness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/hotness/templates/hotness.py b/roles/hotness/templates/hotness.py index f7e9e7cb0f..7d2aa00272 100644 --- a/roles/hotness/templates/hotness.py +++ b/roles/hotness/templates/hotness.py @@ -56,8 +56,8 @@ config = { 'git_url': 'https://src.fedoraproject.org/cgit/rpms/{package}.git', {% endif %} - 'krb_principal': None, - 'krb_keytab': None, + 'krb_principal': 'hotness/hotness01.{{env_suffix}}phx2.fedoraproject.org', + 'krb_keytab': '/etc/krb5.hotness_hotness01.{{env_suffix}}phx2.fedoraproject.org.keytab', 'krb_ccache': None, 'krb_sessionopts': {'timeout': 3600, 'krb_rdns': False},