From 036f9bc6db6ce8996d0d92e4a29242681927f8b8 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 20 Dec 2022 04:16:19 +1000 Subject: [PATCH] doc/glossary: link to CephX Config ref Link to the CephX Configuration Reference in the "CephX" entry in the glossary. Signed-off-by: Zac Dover (cherry picked from commit 36a8f27e969d7103975ebfe312a4be6ae9f281f5) --- doc/glossary.rst | 7 ++++--- doc/rados/configuration/auth-config-ref.rst | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index f271338b41153..26ecec2e47a54 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -187,9 +187,10 @@ applications, Ceph Users, and :term:`Ceph Client`\s. Ceph 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. + CephX + The Ceph authentication protocol. CephX operates like Kerberos, + but it has no single point of failure. See the :ref:`CephX + Configuration Reference`. Client A client is any program external to Ceph that uses a Ceph diff --git a/doc/rados/configuration/auth-config-ref.rst b/doc/rados/configuration/auth-config-ref.rst index 0e5455d11c235..001f1776526b3 100644 --- a/doc/rados/configuration/auth-config-ref.rst +++ b/doc/rados/configuration/auth-config-ref.rst @@ -1,3 +1,5 @@ +.. _rados-cephx-config-ref: + ======================== Cephx Config Reference ======================== -- 2.39.5