From: Tom Hughes Date: Sun, 29 Nov 2020 11:31:21 +0000 (+0000) Subject: Enable read only anonymous access to prometheus X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/34e953ace8a8b6c295c8b9bf5958dd5e0d1c0c51 Enable read only anonymous access to prometheus --- diff --git a/cookbooks/prometheus/templates/default/grafana.ini.erb b/cookbooks/prometheus/templates/default/grafana.ini.erb index 08f1d5dfd..d3ea1ce65 100644 --- a/cookbooks/prometheus/templates/default/grafana.ini.erb +++ b/cookbooks/prometheus/templates/default/grafana.ini.erb @@ -15,3 +15,8 @@ host = localhost:25 skip_verify = true from_address = admins@openstreetmap.org from_name = Prometheus + +[auth.anonymous] +enabled = true +org_name = OpenStreetMap +org_role = Viewer