Skip to content

Commit 491eead

Browse files
committed
OpenStack Keystone: Update defaults.ini and sample.ini to show config for SSL Verification, Root CA and default role mapping
1 parent 0e69b22 commit 491eead

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

conf/defaults.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,14 @@ config_file = /etc/grafana/ldap.toml
202202
enabled = false
203203
auth_url = http://localhost:5000
204204
default_domain = default
205+
default_role = Viewer
205206
global_admin_roles =
206207
admin_roles = admin
207208
editor_roles = _member_
208209
read_editor_roles =
209210
viewer_roles =
211+
verify_ssl_cert = true
212+
root_ca_pem_file =
210213

211214
#################################### SMTP / Emailing ##########################
212215
[smtp]

conf/sample.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,14 @@
195195
;auth_url = http://localhost:5000
196196
;v3 = false
197197
;default_domain = default
198+
;default_role = Viewer
198199
;global_admin_roles =
199200
;admin_roles = admin
200201
;editor_roles = _member_
201202
;read_editor_roles =
202203
;viewer_roles =
204+
;verify_ssl_cert = true
205+
;root_ca_pem_file = /etc/grafana/Keystone_CA.crt
203206

204207
#################################### SMTP / Emailing ##########################
205208
[smtp]

0 commit comments

Comments
 (0)