]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Dashboard can't handle self-signed cert on Grafana API 31129/head
authorVolker Theile <vtheile@suse.com>
Thu, 24 Oct 2019 11:51:08 +0000 (13:51 +0200)
committerVolker Theile <vtheile@suse.com>
Mon, 18 Nov 2019 08:48:11 +0000 (09:48 +0100)
commite047ffd20d4c73bae5ca88303a8ca65f51d73e9d
treea3b06008e30effe7cbd28052afa3a9cff8ea029e
parent05d685dd37b34f2a015e77124c537f3f8e663152
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>
doc/mgr/dashboard.rst
src/pybind/mgr/dashboard/grafana.py
src/pybind/mgr/dashboard/settings.py
src/pybind/mgr/dashboard/tests/test_grafana.py