From 8a545a7e7511b792d987e26990f49214653bfa0f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 7 Feb 2025 10:40:54 -0800 Subject: [PATCH] buildvm-x86-riscv: fix principal for kojid Signed-off-by: Kevin Fenzi --- roles/koji_builder/templates/kojid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 7402346a33..9d70abc234 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -97,7 +97,7 @@ serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem {% if koji_instance != 'secondary' %} krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }} {% else %} -krb_principal = riscv-compile/{{ inventory_hostname }}@{{ ipa_realm }} +krb_principal = compile-riscv/{{ inventory_hostname }}@{{ ipa_realm }} {% endif %} keytab = /etc/kojid/kojid.keytab