Non-staging gets non-staging keytab
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c449aa0283
commit
1186d2f37b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ WSGIImportScript /usr/libexec/ipsilon process-group=ipsilon application-group=ip
|
|||
{% if env == "staging" %}
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_id.stg.fedoraproject.org.keytab
|
||||
{% else %}
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_id.stg.fedoraproject.org.keytab
|
||||
GssapiCredStore keytab:/etc/krb5.HTTP_id.fedoraproject.org.keytab
|
||||
{% endif %}
|
||||
AuthType GSSAPI
|
||||
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue