]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/cephadm/templates/services/grafana/grafana.ini.j2
import quincy beta 17.1.0
[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 }}
e306af50 15[security]
20effc67
TL
16{% if not initial_admin_password %}
17 disable_initial_admin_creation = true
18{% else %}
e306af50 19 admin_user = admin
20effc67
TL
20 admin_password = {{ initial_admin_password }}
21{% endif %}
22 cookie_secure = true
23 cookie_samesite = none
e306af50 24 allow_embedding = true