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
pull/33886/head
Tristan Deloche 4 years ago committed by GitHub
parent e18ca8f6f2
commit 2ff36fa47b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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.

Loading…
Cancel
Save