From aa8e455c9735d5a7ea4703dba3f22a69e07b9698 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 27 Nov 2017 11:59:15 -0500 Subject: no bug - tweaks for conduit/phabricator dev environments * tweak * change around unsafe auth delegation to work in bmo container * fixes for critic errors --- Bugzilla/Install/Filesystem.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 8532356a5..4e7ad2302 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -106,6 +106,7 @@ sub HTTPD_ENV_CONF { return join( "\n", "PerlPassEnv LOCALCONFIG_ENV", + "PerlPassEnv ALLOW_UNSAFE_AUTH_DELEGATION", map { "PerlPassEnv " . $_ } ENV_KEYS ) . "\n"; } -- cgit v1.2.3-24-g4f1b