Upgrade grafana to version 10
This commit is contained in:
parent
d07afe2319
commit
c01d45c7a2
@ -133,7 +133,7 @@ SELECT 'NOOP';
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "grafana/grafana:9.4.2"
|
||||
image = "grafana/grafana:10.0.10"
|
||||
args = ["--config", "$${NOMAD_ALLOC_DIR}/config/grafana.ini"]
|
||||
ports = ["web"]
|
||||
}
|
||||
|
@ -270,6 +270,10 @@ api_url = https://authelia.{{ with nomadVar "nomad/jobs" }}{{ .base_hostname }}{
|
||||
login_attribute_path = preferred_username
|
||||
groups_attribute_path = groups
|
||||
name_attribute_path = name
|
||||
# Role attribute path is not working
|
||||
role_attribute_path = contains(groups[*], 'admin') && 'Admin' || contains(groups[*], 'grafana-admin') && 'Admin' || contains(groups[*], 'grafana-editor') && 'Editor' || contains(groups[*], 'developer') && 'Editor'
|
||||
allow_assign_grafana_admin = true
|
||||
skip_org_role_sync = true
|
||||
use_pkce = true
|
||||
|
||||
;team_ids =
|
||||
|
Loading…
Reference in New Issue
Block a user