From: Patrick Donnelly Date: Tue, 18 Jun 2024 18:07:31 +0000 (-0400) Subject: doc: add documentation for `ceph auth rotate` X-Git-Tag: v19.2.3~81^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d010bc60580ba56b4ff7c44b2c01a6e01af5ece9;p=ceph.git doc: add documentation for `ceph auth rotate` Signed-off-by: Patrick Donnelly (cherry picked from commit b871bbebe0253d4c59a737b0d82992679a8baf02) --- diff --git a/doc/rados/operations/user-management.rst b/doc/rados/operations/user-management.rst index 62ad41feb55e..cd8e378fa9d2 100644 --- a/doc/rados/operations/user-management.rst +++ b/doc/rados/operations/user-management.rst @@ -748,6 +748,20 @@ You may also :ref:`Modify user capabilities` directly results to a keyring file, and then import the keyring into your main ``ceph.keyring`` file. + +Key rotation +------------ + +To rotate the secret for an entity, use: + +.. prompt:: bash # + + ceph auth rotate + +This avoids the need to delete and recreate the entity when its key is +compromised, lost, or scheduled for rotation. + + Command Line Usage ==================