From: Zac Dover Date: Mon, 19 Dec 2022 18:16:19 +0000 (+1000) Subject: doc/glossary: link to CephX Config ref X-Git-Tag: v17.2.7~515^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=036f9bc6db6ce8996d0d92e4a29242681927f8b8;p=ceph.git 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) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index f271338b4115..26ecec2e47a5 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 0e5455d11c23..001f1776526b 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 ========================