]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: allow configuring anonymous access for grafana 50613/head
authorAdam King <adking@redhat.com>
Tue, 21 Mar 2023 18:12:03 +0000 (14:12 -0400)
committerAdam King <adking@redhat.com>
Tue, 21 Mar 2023 18:12:03 +0000 (14:12 -0400)
commite6690dde7b384d7d13e1a17119c648acfadee638
treee75430d8ec5f66cac34bae6c4a432c85b8eb56cb
parentb0615fd3689d6d5e1a0b62b0375d2943787043c7
mgr/cephadm: allow configuring anonymous access for grafana

In case users want to not allow anonymous viewers
to view the grafana dashboard but don't want to use
a full custom config

Fixes: https://tracker.ceph.com/issues/59117
Signed-off-by: Adam King <adking@redhat.com>
doc/cephadm/services/monitoring.rst
src/pybind/mgr/cephadm/services/monitoring.py
src/pybind/mgr/cephadm/templates/services/grafana/grafana.ini.j2
src/pybind/mgr/cephadm/tests/test_services.py
src/pybind/mgr/cephadm/tests/test_spec.py
src/python-common/ceph/deployment/service_spec.py
src/python-common/ceph/tests/test_service_spec.py