1
0
Fork 0
forked from infra/ansible

fix: fix the annoying HTTP authentication popup on windows (stg only)

Signed-off-by: Vít Smolík <me@smoliicek.cz>
This commit is contained in:
Vít Smolík 2026-05-15 19:23:41 +02:00
commit 73dc88c487
Signed by untrusted user: smoliicek
GPG key ID: DD3504BFC3F7C811

View file

@ -47,6 +47,9 @@ WSGIApplicationGroup %{GLOBAL}
AuthName "GSSAPI Single Sign On Login"
GssapiCredStore keytab:/etc/krb5.HTTP_id{{ env_suffix }}.fedoraproject.org.keytab
AuthType GSSAPI
{% if env == "staging" %}
BrowserMatch Windows gssapi-no-negotiate
{% endif %}
# This is off because Apache (and thus mod_auth_gssapi) doesn't know this is proxied over TLS
GssapiSSLonly Off
GssapiLocalName on