From a3b038cdef1fdef619fd93a8ecea76f99cf9228c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 1 Nov 2018 19:14:43 -0700 Subject: Set http_disable_auth_on_redirect to true The plan outlined in https://github.com/chef/chef/pull/7006 was to set this to true in Chef 15. Signed-off-by: Tim Smith --- chef-config/lib/chef-config/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 2976e27322..d0363c22c7 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -358,7 +358,7 @@ module ChefConfig # Whether or not to send the Authorization header again on http redirects. # As per the plan in https://github.com/chef/chef/pull/7006, this will be # False in Chef 14, True in Chef 15, and will be removed entirely in Chef 16. - default :http_disable_auth_on_redirect, false + default :http_disable_auth_on_redirect, true default :interval, nil default :once, nil -- cgit v1.2.1