buildvm-x86-riscv: adjust principal for riscv secondary koji hub
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
76eedf9037
commit
d710450269
1 changed files with 4 additions and 0 deletions
|
@ -94,7 +94,11 @@ from_addr=Fedora Koji Build System <buildsys@fedoraproject.org>
|
|||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
; Kerberos configuration
|
||||
{% if koji_instance != 'secondary' %}
|
||||
krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
{% else %}
|
||||
krb_principal = riscv-compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
{% endif %}
|
||||
keytab = /etc/kojid/kojid.keytab
|
||||
|
||||
{% set plugins = [] %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue