ipsilon: update keytab path for openshift

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-09 17:10:34 +02:00
parent 7034db58e3
commit 5c33c6d6ea

View file

@ -31,11 +31,7 @@ WSGIRestrictSignal Off
<Location /login/gssapi/negotiate>
AuthName "GSSAPI Single Sign On Login"
{% if env == "staging" %}
GssapiCredStore keytab:/etc/krb5.HTTP_id.stg.fedoraproject.org.keytab
{% else %}
GssapiCredStore keytab:/etc/krb5.HTTP_id.fedoraproject.org.keytab
{% endif %}
GssapiCredStore keytab:/etc/keytabs/ipsilon-keytab
AuthType GSSAPI
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
GssapiSSLonly Off