]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: allow configuring anonymous access for grafana 51617/head
authorAdam King <adking@redhat.com>
Tue, 21 Mar 2023 18:12:03 +0000 (14:12 -0400)
committerAdam King <adking@redhat.com>
Thu, 25 May 2023 15:39:34 +0000 (11:39 -0400)
commit4dcfc07929f40d5719aabf2eeb539f88f0979255
treebe24ffebc34e8e7cef3fef2cd2247f812961d693
parentefb6f965b52d9064e95ac22cf1d9aa9a6a12e4b3
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>
(cherry picked from commit e6690dde7b384d7d13e1a17119c648acfadee638)
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