monitor-gating: try renaming the keytab-file in stg

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-27 13:17:10 -07:00
parent 56f26f0ec8
commit 50b3afc7e2

View file

@ -11,7 +11,7 @@ single_run = false
# blocker issue tags, issue has to have all of them
{% if env == 'staging' %}
kb_principal = "packagerbot/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
kb_keytab_file = "/etc/keytabs/koji-keytab"
kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"
{% else %}
kb_principal = "packagerbot/os-control01.iad2.fedoraproject.org@FEDORAPROJECT.ORG"
kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"