]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/cephadm/templates/services/grafana/grafana.ini.j2
import ceph quincy 17.2.1
[ceph.git] / ceph / src / pybind / mgr / cephadm / templates / services / grafana / grafana.ini.j2
CommitLineData
e306af50
TL
1# {{ cephadm_managed }}
2[users]
3 default_theme = light
4[auth.anonymous]
5 enabled = true
6 org_name = 'Main Org.'
7 org_role = 'Viewer'
8[server]
9 domain = 'bootstrap.storage.lab'
10 protocol = https
11 cert_file = /etc/grafana/certs/cert_file
12 cert_key = /etc/grafana/certs/cert_key
13 http_port = {{ http_port }}
b3b6e05e 14 http_addr = {{ http_addr }}
33c7a0ef
TL
15[snapshots]
16 external_enabled = false
e306af50 17[security]
20effc67
TL
18{% if not initial_admin_password %}
19 disable_initial_admin_creation = true
20{% else %}
e306af50 21 admin_user = admin
20effc67
TL
22 admin_password = {{ initial_admin_password }}
23{% endif %}
24 cookie_secure = true
25 cookie_samesite = none
e306af50 26 allow_embedding = true