]> git.proxmox.com Git - ceph.git/blob - 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
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 }}
14 http_addr = {{ http_addr }}
15 [security]
16 {% if not initial_admin_password %}
17 disable_initial_admin_creation = true
18 {% else %}
19 admin_user = admin
20 admin_password = {{ initial_admin_password }}
21 {% endif %}
22 cookie_secure = true
23 cookie_samesite = none
24 allow_embedding = true