mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix koji service accounts with gssapi
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
kdc = ipa01{{ env_suffix }}.phx2.fedoraproject.org
|
||||
{% else %}
|
||||
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
|
||||
{% endif %}
|
||||
{% if ansible_hostname.startswith('koji') %}
|
||||
# This maps "A/B@FP.O" to "A/B@FP.O", and is used for gss localname in koji gssapi
|
||||
auth_to_local = RULE:[2:$1/$2@$0](.*)
|
||||
auth_to_local = DEFAULT
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user