From 3a62ba9463fb6bb5621120fee28fe6d9d9698c10 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 19 Apr 2021 14:28:02 +0800 Subject: [PATCH] doc/rados/configuration/auth-config-ref: use "describe" to define default keyrings Signed-off-by: Kefu Chai --- doc/rados/configuration/auth-config-ref.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/rados/configuration/auth-config-ref.rst b/doc/rados/configuration/auth-config-ref.rst index ab348f6384f..25ef7e0197d 100644 --- a/doc/rados/configuration/auth-config-ref.rst +++ b/doc/rados/configuration/auth-config-ref.rst @@ -190,27 +190,27 @@ stores daemons keyrings inside their data directory. The default keyring locations, and the capabilities necessary for the daemon to function, are shown below. -``ceph-mon`` +.. describe:: ceph-mon :Location: ``$mon_data/keyring`` :Capabilities: ``mon 'allow *'`` -``ceph-osd`` +.. describe:: ceph-osd :Location: ``$osd_data/keyring`` :Capabilities: ``mgr 'allow profile osd' mon 'allow profile osd' osd 'allow *'`` -``ceph-mds`` +.. describe:: ceph-mds :Location: ``$mds_data/keyring`` :Capabilities: ``mds 'allow' mgr 'allow profile mds' mon 'allow profile mds' osd 'allow rwx'`` -``ceph-mgr`` +.. describe:: ceph-mgr :Location: ``$mgr_data/keyring`` :Capabilities: ``mon 'allow profile mgr' mds 'allow *' osd 'allow *'`` -``radosgw`` +.. describe:: radosgw :Location: ``$rgw_data/keyring`` :Capabilities: ``mon 'allow rwx' osd 'allow rwx'``