From 2ff36fa47b52c622d198554ca45ebb7d30c8817f Mon Sep 17 00:00:00 2001 From: Tristan Deloche Date: Mon, 10 May 2021 23:13:13 +0100 Subject: [PATCH] Document `hide_version` flag (#33670) Unauthenticated users can be barred from being shown the current Grafana server version since https://github.com/grafana/grafana/pull/24919 --- docs/sources/auth/grafana.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/auth/grafana.md b/docs/sources/auth/grafana.md index f8694282dea..04f9bc7d3ab 100644 --- a/docs/sources/auth/grafana.md +++ b/docs/sources/auth/grafana.md @@ -65,6 +65,9 @@ org_name = Main Org. # Role for unauthenticated users, other valid values are `Editor` and `Admin` org_role = Viewer + +# Hide the Grafana version text from the footer and help tooltip for unauthenticated users (default: false) +hide_version = true ``` If you change your organization name in the Grafana UI this setting needs to be updated to match the new name.