]> git.openstreetmap.org Git - chef.git/commitdiff
Drop alertmanager API block
authorTom Hughes <tom@compton.nu>
Wed, 1 Nov 2023 20:27:28 +0000 (20:27 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 1 Nov 2023 20:27:28 +0000 (20:27 +0000)
The whole of alertmanager is IP restricted anyway.

cookbooks/prometheus/templates/default/apache.erb

index c20daa31e86d650082db11c5c6e067167bda98e1..fe910eb1860f43e3d3367d8f77d6537a0187333e 100644 (file)
 <% end -%>
        </Location>
 
-       <Location /alertmanager/api>
-               Require all denied
-       </Location>
-
        <Location /karma>
 <% @admin_hosts.each do |host| -%>
                Require ip <%= host %>