doc: add documentation for ceph auth rotate

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
This commit is contained in:
Patrick Donnelly 2024-06-18 14:07:31 -04:00
parent deab0443ef
commit b871bbebe0
No known key found for this signature in database
GPG Key ID: FA47FD0B0367D313

View File

@ -744,6 +744,20 @@ You may also :ref:`Modify user capabilities<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 <entity>
This avoids the need to delete and recreate the entity when its key is
compromised, lost, or scheduled for rotation.
Command Line Usage
==================