grafana: disable version number for unauthenticated users

This commit is contained in:
Levente Polyak 2021-12-08 22:18:48 +01:00
parent f11a6c590f
commit 8ce033b2dd
No known key found for this signature in database
GPG key ID: FC1B547C8D8172C8

View file

@ -402,7 +402,7 @@ enabled = {% if grafana_anonymous_access %}true{% else %}false{% endif %}
org_role = Viewer
# mask the Grafana version number for unauthenticated users
;hide_version = false
hide_version = true
#################################### GitHub Auth ##########################
[auth.github]