mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
ipsilon: update keytab path for openshift
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user