From 67a7e03615ee7fc70636f499897db3317b4c55bb Mon Sep 17 00:00:00 2001 From: Marc-Antoine Leclercq Date: Wed, 26 Feb 2020 15:57:11 +0100 Subject: [PATCH] Documentation: Specify usage of datasource whitelist (#22412) * Specify usage of datasource whitelist Added a sentence explaining the data_source_proxy_whitelist property does not have any effect on pgsql mssql and mysql. Co-Authored-By: Arve Knudsen Co-Authored-By: Marcus Efraimsson --- docs/sources/installation/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index cf9a99ded5f..2f5855a7231 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -350,7 +350,7 @@ Default is `false`. ### data_source_proxy_whitelist -Define a white list of allowed ips/domains to use in data sources. Format: `ip_or_domain:port` separated by spaces. +Define a whitelist of allowed IP addresses or domains, with ports, to be used in data source URLs with the Grafana data source proxy. Format: `ip_or_domain:port` separated by spaces. PostgreSQL, MySQL, and MSSQL data sources do not use the proxy and are therefore unaffected by this setting. ### cookie_secure