koji_hub: adjust web keytabs
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a976c847aa
commit
c6bf29af77
1 changed files with 5 additions and 0 deletions
|
@ -16,8 +16,13 @@ KojiFilesURL = https://riscv-kojipkgs.fedoraproject.org/
|
|||
|
||||
# SSL authentication options
|
||||
KrbRDNS = False
|
||||
{% if koji_instance == "primary" %}
|
||||
WebKeytab = /etc/krb5.HTTP_koji{{env_suffix}}.fedoraproject.org.keytab
|
||||
WebPrincipal = HTTP/koji{{env_suffix}}.fedoraproject.org
|
||||
{% else %}
|
||||
WebKeytab = /etc/krb5.HTTP_riscv-koji{{env_suffix}}.fedoraproject.org.keytab
|
||||
WebPrincipal = HTTP/riscv-koji{{env_suffix}}.fedoraproject.org
|
||||
{% endif %}
|
||||
|
||||
LoginTimeout = 72
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue