]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/architecture: Edit "HA Auth" 53488/head
authorZac Dover <zac.dover@proton.me>
Sat, 16 Sep 2023 12:27:29 +0000 (22:27 +1000)
committerZac Dover <zac.dover@proton.me>
Sun, 17 Sep 2023 08:01:02 +0000 (18:01 +1000)
Edit "High Availability Authentication" in doc/architecture.rst.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 4cbef54bbaf363dd26a7d1711f3d839f88d4c2a8)

doc/architecture.rst

index 95d1f745507cf44903e14382cc73f629b6f71b32..54ae93e271289bc2c1e258e06f148b22041b112d 100644 (file)
@@ -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.