From 48c95f1d1596af965b364ea0d0cb80363190b6be Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 15 Feb 2017 21:36:52 +0000 Subject: [PATCH] Use correct mbs krb principals. --- roles/mbs/common/templates/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index fb6bb81082..edb5023536 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -87,9 +87,9 @@ class ProdConfiguration(BaseConfiguration): {% endif %} {% if env == 'staging' %} - KRB_PRINCIPAL = 'modularity@STG.FEDORAPROJECT.ORG' + KRB_PRINCIPAL = 'mbs/mbs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG' {% else %} - KRB_PRINCIPAL = 'modularity@FEDORAPROJECT.ORG' + KRB_PRINCIPAL = 'mbs/mbs.fedoraproject.org@FEDORAPROJECT.ORG' {% endif %} KRB_KEYTAB = '/etc/krb5.mbs_mbs{{env_suffix}}.fedoraproject.org.keytab'