Set a koji-hub ProxyPrincipal for modularity in staging.
This commit is contained in:
parent
2a2019ff3a
commit
a28a93dad7
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@ HostPrincipalFormat = compile/%s@FEDORAPROJECT.ORG
|
|||
{% endif %}
|
||||
AuthKeytab = /etc/koji-hub/koji-hub.keytab
|
||||
|
||||
{% if env == "staging" %}
|
||||
{% if inventory_hostname.startswith('koji') %}
|
||||
ProxyPrincipals = modularity@STG.FEDORAPROJECT.ORG
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
## SSL client certificate auth configuration ##
|
||||
#note: ssl auth may also require editing the httpd config (conf.d/kojihub.conf)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue