Update Grafana (major version)
This commit is contained in:
parent
25759f0958
commit
787bb481b7
2 changed files with 1 additions and 10 deletions
|
@ -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_SESSION_COOKIE_SECURE=true
|
||||
|
|
|
@ -45,15 +45,6 @@ username = "cn"
|
|||
member_of = "dn"
|
||||
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]]
|
||||
group_dn = "cn=technicien,ou=posix,ou=groups,dc=auro,dc=re"
|
||||
org_role = "Editor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue