]> git.openstreetmap.org Git - chef.git/commitdiff
Remove write acess to svn
authorTom Hughes <tom@compton.nu>
Sat, 8 Aug 2020 10:02:25 +0000 (11:02 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 8 Aug 2020 10:03:01 +0000 (11:03 +0100)
cookbooks/subversion/templates/default/apache.erb

index 42e4592e6a7edb8bb4db328f537c9eb44d36a81e..cadae8b0892055d4cef99aeaeb41ef24e0f62623 100644 (file)
     SVNPath <%= @directory %>
     SVNIndexXSLT /svnindex.xsl
 
-    AuthType Basic
-    AuthName "<%= @realm %>"
-    AuthUserFile <%= @password_file %>
-
     LimitXMLRequestBody 0
     LimitRequestBody 0
 
@@ -31,7 +27,7 @@
     </Limit>
 
     <LimitExcept GET PROPFIND OPTIONS REPORT>
-      Require valid-user
+      Require all denied
     </LimitExcept>
   </Location>
 </VirtualHost>