From: Zac Dover Date: Tue, 10 Jun 2025 03:04:13 +0000 (+1000) Subject: doc/rados: edit ops/user-management.rst X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f73a03325de643872247e04803ae359143b68583;p=ceph.git doc/rados: edit ops/user-management.rst Edit an sentence in the imperative mood so that it matches the general form of imperative sentences immediately preceding commands that contain replaceable portions. This commit targets only the Squid release branch. Follows up on https://github.com/ceph/ceph/pull/58235/. Tracker: https://tracker.ceph.com/issues/66617 Signed-off-by: Zac Dover (cherry picked from commit 20e630460a0368d8e08120b0e7cf523248a06040) --- diff --git a/doc/rados/operations/user-management.rst b/doc/rados/operations/user-management.rst index cd8e378fa9d2d..23e894621e282 100644 --- a/doc/rados/operations/user-management.rst +++ b/doc/rados/operations/user-management.rst @@ -752,11 +752,11 @@ results to a keyring file, and then import the keyring into your main Key rotation ------------ -To rotate the secret for an entity, use: +To rotate the secret for an entity, run a command of the following form: .. prompt:: bash # - ceph auth rotate + ceph auth rotate This avoids the need to delete and recreate the entity when its key is compromised, lost, or scheduled for rotation.