Allow the Authorization header to be pass through to anitya

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-01-23 07:24:33 +01:00
parent bccadb3c30
commit 60f89dbe30

View file

@ -211,6 +211,7 @@ items:
WSGIRestrictSignal Off
WSGIPythonOptimize 1
WSGIScriptAlias / /etc/anitya/anitya.wsgi
WSGIPassAuthorization On
anitya.wsgi: |-
from anitya.wsgi import application
- apiVersion: v1