From: Zac Dover Date: Sat, 16 Sep 2023 12:27:29 +0000 (+1000) Subject: doc/architecture: Edit "HA Auth" X-Git-Tag: v19.0.0~474^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4cbef54bbaf363dd26a7d1711f3d839f88d4c2a8;p=ceph.git doc/architecture: Edit "HA Auth" Edit "High Availability Authentication" in doc/architecture.rst. Signed-off-by: Zac Dover --- diff --git a/doc/architecture.rst b/doc/architecture.rst index 8b1e8a6dc3099..1c1dd5e12c6c1 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.