Update Grafana (major version)

This commit is contained in:
Solal Nathan 2021-01-06 22:32:55 +01:00 committed by root
parent 25759f0958
commit 787bb481b7
2 changed files with 1 additions and 10 deletions

View file

@ -1,4 +1,4 @@
FROM grafana/grafana:6.7.2 FROM grafana/grafana:7.3.6
ENV GF_SERVER_ROOT_URL=https://grafana.auro.re ENV GF_SERVER_ROOT_URL=https://grafana.auro.re
ENV GF_SESSION_COOKIE_SECURE=true ENV GF_SESSION_COOKIE_SECURE=true

View file

@ -45,15 +45,6 @@ username = "cn"
member_of = "dn" member_of = "dn"
email = "mail" email = "mail"
# Map ldap groups to grafana org roles
[[servers.group_mappings]]
group_dn = "cn=sudoldap,ou=posix,ou=groups,dc=auro,dc=re"
org_role = "Admin"
# To make user an instance admin (Grafana Admin) uncomment line below
# grafana_admin = true
# The Grafana organization database id, optional, if left out the default org (id 1) will be used
# org_id = 1
[[servers.group_mappings]] [[servers.group_mappings]]
group_dn = "cn=technicien,ou=posix,ou=groups,dc=auro,dc=re" group_dn = "cn=technicien,ou=posix,ou=groups,dc=auro,dc=re"
org_role = "Editor" org_role = "Editor"