]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/dashboard: haproxy example to use ssl for backends 36111/head
authorDaniel Vos <45820840+vosdev@users.noreply.github.com>
Wed, 15 Jul 2020 11:55:25 +0000 (13:55 +0200)
committerDaniel Vos <danielvos@outlook.com>
Wed, 22 Jul 2020 19:00:13 +0000 (21:00 +0200)
HAProxy talks to backends over http by default. Ceph mgr dashboard now only accepts https traffic.
This change configures haproxy to use https for communication with backends. `ssl` implies `check-ssl` making `check-ssl` is no longer neccesary.

Fixes: https://tracker.ceph.com/issues/46678
Signed-off-by: Daniƫl Vos <danielvos@outlook.com>
doc/mgr/dashboard.rst

index be298a5696eea2d643e4cc9bca97f3c705616ee4..ef3276d33567d3b80a1c28dca6c1dde6aed531c0 100644 (file)
@@ -984,9 +984,9 @@ the redirection behaviour on standby nodes.
     mode tcp
     option httpchk GET /
     http-check expect status 200
-    server x <HOST>:<PORT> check-ssl check verify none
-    server y <HOST>:<PORT> check-ssl check verify none
-    server z <HOST>:<PORT> check-ssl check verify none
+    server x <HOST>:<PORT> ssl check verify none
+    server y <HOST>:<PORT> ssl check verify none
+    server z <HOST>:<PORT> ssl check verify none
 
 .. _dashboard-auditing: