summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-01 19:14:43 -0700
committerTim Smith <tsmith@chef.io>2018-11-01 19:14:43 -0700
commita3b038cdef1fdef619fd93a8ecea76f99cf9228c (patch)
tree38ddf2466e2a05116d567e10284d8a9b944b6894
parent67db800c0fdc493490efaf75737850cc23c46744 (diff)
downloadchef-http_disable_auth_on_redirect.tar.gz
Set http_disable_auth_on_redirect to truehttp_disable_auth_on_redirect
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 <tsmith@chef.io>
-rw-r--r--chef-config/lib/chef-config/config.rb2
1 files changed, 1 insertions, 1 deletions
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