Document hide_version flag (#33670) (#33881)

Unauthenticated users can be barred from being shown the current Grafana server version since https://github.com/grafana/grafana/pull/24919

(cherry picked from commit 2ff36fa47b)

Co-authored-by: Tristan Deloche <tde@hey.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-11 00:40:08 +02:00
committed by GitHub
co-authored by Tristan Deloche
parent 0e8d0be72a
commit 28edbbbbbb
+3
View File
@@ -65,6 +65,9 @@ org_name = Main Org.
# Role for unauthenticated users, other valid values are `Editor` and `Admin` # Role for unauthenticated users, other valid values are `Editor` and `Admin`
org_role = Viewer 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. If you change your organization name in the Grafana UI this setting needs to be updated to match the new name.