File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,14 @@ config_file = /etc/grafana/ldap.toml
202
202
enabled = false
203
203
auth_url = http://localhost:5000
204
204
default_domain = default
205
+ default_role = Viewer
205
206
global_admin_roles =
206
207
admin_roles = admin
207
208
editor_roles = _member_
208
209
read_editor_roles =
209
210
viewer_roles =
211
+ verify_ssl_cert = true
212
+ root_ca_pem_file =
210
213
211
214
# ################################### SMTP / Emailing ##########################
212
215
[smtp]
Original file line number Diff line number Diff line change 195
195
; auth_url = http://localhost:5000
196
196
; v3 = false
197
197
; default_domain = default
198
+ ; default_role = Viewer
198
199
; global_admin_roles =
199
200
; admin_roles = admin
200
201
; editor_roles = _member_
201
202
; read_editor_roles =
202
203
; viewer_roles =
204
+ ; verify_ssl_cert = true
205
+ ; root_ca_pem_file = /etc/grafana/Keystone_CA.crt
203
206
204
207
# ################################### SMTP / Emailing ##########################
205
208
[smtp]
You can’t perform that action at this time.
0 commit comments