X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/faf8ae12e85eabb050b0f5eceb2cb67ad1de5261..1bc8da5f3a3bfd6c3f0ba374f12d489d13831460:/cookbooks/postgresql/templates/default/pg_hba.conf.erb diff --git a/cookbooks/postgresql/templates/default/pg_hba.conf.erb b/cookbooks/postgresql/templates/default/pg_hba.conf.erb index 18b490c03..cb561691f 100644 --- a/cookbooks/postgresql/templates/default/pg_hba.conf.erb +++ b/cookbooks/postgresql/templates/default/pg_hba.conf.erb @@ -4,6 +4,7 @@ <% @early_rules.each do |rule| -%> <%= rule[:type] || "host" %> <%= rule[:database] || "all" %> <%= rule[:user] || "all" %> <%= rule[:address] %> <%= rule[:method] || "md5" %> <%= (rule[:options] || {}).collect { |k,v| "#{k}=#{v}" }.join(" ") %> <% end -%> +local all prometheus md5 local all all peer host all all 127.0.0.1/32 md5 host all all ::1/128 md5