Add the realm to the principal

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-01-31 19:42:01 +00:00
parent e53f59fc7d
commit 8b7dc003e9

View file

@ -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},