From 02e3a5cb763987eeaee2dd1a7543d2762aaad7fe Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 28 Mar 2023 18:42:11 +1000 Subject: [PATCH] doc/glossary: improve "CephX" entry Improve the glossary entry for "CephX". Signed-off-by: Zac Dover --- doc/architecture.rst | 2 ++ doc/glossary.rst | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index c381d631e1ce2..3a59fb436b8e6 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -199,6 +199,8 @@ For details on configuring monitors, see the `Monitor Config Reference`_. .. index:: architecture; high availability authentication +.. _arch_high_availability_authentication: + High Availability Authentication ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/glossary.rst b/doc/glossary.rst index fbfa9af833c6a..ccd7c036c3f47 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -188,9 +188,12 @@ Storage Clusters receive data from :term:`Ceph Client`\s. CephX - The Ceph authentication protocol. CephX operates like Kerberos, - but it has no single point of failure. See the :ref:`CephX - Configuration Reference`. + The Ceph authentication protocol. CephX authenticates users and + daemons. CephX operates like Kerberos, but it has no single + point of failure. See the :ref:`High-availability + Authentication section` + of the Architecture document and the :ref:`CephX Configuration + Reference`. Client A client is any program external to Ceph that uses a Ceph -- 2.39.5