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:
co-authored by
Tristan Deloche
parent
0e8d0be72a
commit
28edbbbbbb
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user