]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "Disable OAuth 1.0a and basic authentication"
authorTom Hughes <tom@compton.nu>
Thu, 27 Jun 2024 06:02:10 +0000 (07:02 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 27 Jun 2024 06:02:10 +0000 (07:02 +0100)
This reverts commit e2b6fbcfbc1b61a64d6157264e0eba5a37e4ceb1.

cookbooks/web/recipes/cgimap.rb
cookbooks/web/resources/rails_port.rb

index 4f1b46e00290a9024baef750bf2d553ac9ea439c..380f2a8eb734f9f9a211e8042705029e5458714c 100644 (file)
@@ -65,7 +65,7 @@ systemd_service "cgimap" do
   user "rails"
   group "www-data"
   umask "0002"
-  exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30 --basic_auth_support false --oauth_10_support falsE"
+  exec_start "/usr/bin/openstreetmap-cgimap --daemon --instances 30"
   exec_reload "/bin/kill -HUP $MAINPID"
   runtime_directory "cgimap"
   private_tmp true
index debc4db50c1133d3f9f66f0a22567cc0a7606f9d..3f5078d3487354899d71d1448ea8bbda89f4b750 100644 (file)
@@ -364,9 +364,7 @@ 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_10a_support" => false,
-    "basic_auth_support" => false
+    "oauth_10_registration" => false
   )
 
   if new_resource.memcache_servers