Pass httpauth to wsgi for taskotron vault
This commit is contained in:
parent
73d0713933
commit
c7fb094312
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
WSGIDaemonProcess vault user=apache group=apache threads=5
|
WSGIDaemonProcess vault user=apache group=apache threads=5
|
||||||
WSGIScriptAlias /{{ vault_endpoint }} /usr/share/vault/vault.wsgi
|
WSGIScriptAlias /{{ vault_endpoint }} /usr/share/vault/vault.wsgi
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
|
WSGIPassAuthorization On
|
||||||
|
|
||||||
# this isn't the best way to force SSL but it works for now
|
# this isn't the best way to force SSL but it works for now
|
||||||
#RewriteEngine On
|
#RewriteEngine On
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue