Pass httpauth to wsgi for taskotron vault

This commit is contained in:
Josef Skladanka 2018-06-07 13:08:27 +02:00
parent 73d0713933
commit c7fb094312

View file

@ -1,6 +1,7 @@
WSGIDaemonProcess vault user=apache group=apache threads=5
WSGIScriptAlias /{{ vault_endpoint }} /usr/share/vault/vault.wsgi
WSGISocketPrefix run/wsgi
WSGIPassAuthorization On
# this isn't the best way to force SSL but it works for now
#RewriteEngine On