From: Zac Dover Date: Sat, 16 Sep 2023 12:27:29 +0000 (+1000) Subject: doc/architecture: Edit "HA Auth" X-Git-Tag: v18.2.1~286^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d018a1d5dad047ade25923d91579ef0566987255;p=ceph-ci.git doc/architecture: Edit "HA Auth" Edit "High Availability Authentication" in doc/architecture.rst. Signed-off-by: Zac Dover (cherry picked from commit 4cbef54bbaf363dd26a7d1711f3d839f88d4c2a8) --- diff --git a/doc/architecture.rst b/doc/architecture.rst index 95d1f745507..54ae93e2712 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -207,8 +207,8 @@ See the `Monitor Config Reference`_ for more detail on configuring monitors. High Availability Authentication ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -To identify users and protect against man-in-the-middle attacks, Ceph provides -its ``cephx`` authentication system to authenticate users and daemons. +The ``cephx`` authentication system is used by Ceph to authenticate users and +daemons and to protect against man-in-the-middle attacks. .. note:: The ``cephx`` protocol does not address data encryption in transport (e.g., SSL/TLS) or encryption at rest.