mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
Add the realm to the principal
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user