From e6f3095a58c32fdcbb166d611719d2cc7768a617 Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Mon, 11 Mar 2019 15:44:03 +0000 Subject: [PATCH] doc/mgr/dashboard: update iscsi documentation Signed-off-by: Ricardo Dias --- doc/mgr/dashboard.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 1a5b5e726ee..b2918c90cd3 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -324,6 +324,15 @@ The available iSCSI gateways must be defined using the following commands:: $ ceph dashboard iscsi-gateway-add ://:@[:port] $ ceph dashboard iscsi-gateway-rm +If ceph-iscsi REST API is configured in HTTPS mode and its using a self-signed +certificate, then we need to configure the dashboard to avoid SSL certificate +verification when accessing ceph-iscsi API. + +To disable API SSL verification run the following commmand:: + + $ ceph dashboard iscsi-set-api-ssl-verification false + + .. _dashboard-grafana: Enabling the Embedding of Grafana Dashboards -- 2.39.5