From c999394b4974b6fb15c7d17bed8dbcf5ddc088a7 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 20 Nov 2018 11:07:39 +0100 Subject: [PATCH] adds basic auth configuration to default.ini --- conf/defaults.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/defaults.ini b/conf/defaults.ini index 679a6a88eb7..306c625d980 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -490,6 +490,10 @@ enabled = false enabled = true interval_seconds = 10 +#If both are set, basic auth will be required for the metrics endpoint. +basic_auth_username = +basic_auth_password = + # Send internal Grafana metrics to graphite [metrics.graphite] # Enable by setting the address setting (ex localhost:2003)