]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Dashboard can't handle self-signed cert on Grafana API 31792/head
authorVolker Theile <vtheile@suse.com>
Thu, 24 Oct 2019 11:51:08 +0000 (13:51 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Thu, 21 Nov 2019 16:30:18 +0000 (17:30 +0100)
commita83e839b215f3ee89dfc6b249d4bd1db3798068d
tree0189525a0ac1b55bd9cfc21284d92ad00b070c0e
parent9989c20373e2294b7479ec4bd6ac5cce80b01645
mgr/dashboard: Dashboard can't handle self-signed cert on Grafana API

To configure SSL certificate verification use the following command:
$ ceph dashboard set-grafana-api-ssl-verify true|false

Fixes: https://tracker.ceph.com/issues/42445
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit e047ffd20d4c73bae5ca88303a8ca65f51d73e9d)
doc/mgr/dashboard.rst
src/pybind/mgr/dashboard/grafana.py
src/pybind/mgr/dashboard/settings.py
src/pybind/mgr/dashboard/tests/test_grafana.py