Add the realm to the principal
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e53f59fc7d
commit
8b7dc003e9
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue