]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration/auth-config-ref: drop section of keyrings
authorKefu Chai <kchai@redhat.com>
Mon, 19 Apr 2021 13:45:05 +0000 (21:45 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 19 Apr 2021 13:45:07 +0000 (21:45 +0800)
as per Sage, the caps are out of date (should be based on profiles) and
the keyring locations aren't useful information

Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/rados/configuration/auth-config-ref.rst

index 25ef7e0197dac66d70a6b1f1247bee2b46f59aa9..5abb5dc4ea7ee9ec42262ea2a17d69ebd4c5c03f 100644 (file)
@@ -181,55 +181,6 @@ setting (not recommended), or a path to a keyfile using the ``keyfile`` setting.
 .. confval:: keyfile
 .. confval:: key
 
-Daemon Keyrings
----------------
-
-Administrative users or deployment tools  (e.g., ``cephadm``) may generate
-daemon keyrings in the same way as generating user keyrings.  By default, Ceph
-stores daemons keyrings inside their data directory. The default keyring
-locations, and the capabilities necessary for the daemon to function, are shown
-below.
-
-.. describe:: ceph-mon
-
-:Location: ``$mon_data/keyring``
-:Capabilities: ``mon 'allow *'``
-
-.. describe:: ceph-osd
-
-:Location: ``$osd_data/keyring``
-:Capabilities: ``mgr 'allow profile osd' mon 'allow profile osd' osd 'allow *'``
-
-.. describe:: ceph-mds
-
-:Location: ``$mds_data/keyring``
-:Capabilities: ``mds 'allow' mgr 'allow profile mds' mon 'allow profile mds' osd 'allow rwx'``
-
-.. describe:: ceph-mgr
-
-:Location: ``$mgr_data/keyring``
-:Capabilities: ``mon 'allow profile mgr' mds 'allow *' osd 'allow *'``
-
-.. describe:: radosgw
-
-:Location: ``$rgw_data/keyring``
-:Capabilities: ``mon 'allow rwx' osd 'allow rwx'``
-
-
-.. note:: The monitor keyring (i.e., ``mon.``) contains a key but no
-   capabilities, and is not part of the cluster ``auth`` database.
-
-The daemon data directory locations default to directories of the form::
-
-  /var/lib/ceph/$type/$cluster-$id
-
-For example, ``osd.12`` would be::
-
-  /var/lib/ceph/osd/ceph-12
-
-You can override these locations, but it is not recommended.
-
-
 .. index:: signatures
 
 Signatures