]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/resources/rails_port.rb
Disable OAuth 1.0a and basic authentication
[chef.git] / cookbooks / web / resources / rails_port.rb
index 3f5078d3487354899d71d1448ea8bbda89f4b750..debc4db50c1133d3f9f66f0a22567cc0a7606f9d 100644 (file)
@@ -364,7 +364,9 @@ action :create do
     "max_number_of_way_nodes" => node[:web][:max_number_of_way_nodes],
     "max_number_of_relation_members" => node[:web][:max_number_of_relation_members],
     "oauth_10_support" => false,
-    "oauth_10_registration" => false
+    "oauth_10_registration" => false,
+    "oauth_10a_support" => false,
+    "basic_auth_support" => false
   )
 
   if new_resource.memcache_servers