diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-11-27 17:59:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 17:59:15 +0100 |
commit | aa8e455c9735d5a7ea4703dba3f22a69e07b9698 (patch) | |
tree | bf9b9c454946e248593f7a39528d3f9a4cb079bd /Bugzilla | |
parent | 6c437576ffbec1a3f7296302f8594f89653992dd (diff) | |
download | bugzilla-aa8e455c9735d5a7ea4703dba3f22a69e07b9698.tar.gz bugzilla-aa8e455c9735d5a7ea4703dba3f22a69e07b9698.tar.xz |
no bug - tweaks for conduit/phabricator dev environments
* tweak
* change around unsafe auth delegation to work in bmo container
* fixes for critic errors
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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"; } |