ipsilon: update keytab path for openshift
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
7034db58e3
commit
5c33c6d6ea
1 changed files with 1 additions and 5 deletions
|
@ -31,11 +31,7 @@ WSGIRestrictSignal Off
|
||||||
|
|
||||||
<Location /login/gssapi/negotiate>
|
<Location /login/gssapi/negotiate>
|
||||||
AuthName "GSSAPI Single Sign On Login"
|
AuthName "GSSAPI Single Sign On Login"
|
||||||
{% if env == "staging" %}
|
GssapiCredStore keytab:/etc/keytabs/ipsilon-keytab
|
||||||
GssapiCredStore keytab:/etc/krb5.HTTP_id.stg.fedoraproject.org.keytab
|
|
||||||
{% else %}
|
|
||||||
GssapiCredStore keytab:/etc/krb5.HTTP_id.fedoraproject.org.keytab
|
|
||||||
{% endif %}
|
|
||||||
AuthType GSSAPI
|
AuthType GSSAPI
|
||||||
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
|
||||||
GssapiSSLonly Off
|
GssapiSSLonly Off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue