Fix koji service accounts with gssapi
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
50bc2411a2
commit
42da45351c
1 changed files with 5 additions and 0 deletions
|
@ -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 %}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue