From 7a293ef2cfde315d67ebe6fa8a2baded70696a5f Mon Sep 17 00:00:00 2001 From: Marcus Furlong Date: Thu, 26 Feb 2026 00:03:13 -0500 Subject: [PATCH] add WSGIPassAuthorization for v2 api with mod_wsgi --- etc/patchman/apache.conf.example | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/patchman/apache.conf.example b/etc/patchman/apache.conf.example index c055eba0..0141cfe6 100644 --- a/etc/patchman/apache.conf.example +++ b/etc/patchman/apache.conf.example @@ -1,6 +1,7 @@ Define patchman_pythonpath /srv/patchman/ WSGIScriptAlias /patchman ${patchman_pythonpath}/patchman/wsgi.py application-group=%{GLOBAL} WSGIPythonPath ${patchman_pythonpath} +WSGIPassAuthorization On