From: Patrick Donnelly Date: Tue, 18 Jun 2024 17:47:29 +0000 (-0400) Subject: PendingReleaseNotes: add note for new `auth rotate` X-Git-Tag: v19.2.3~81^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e4f00180ad531d85b338dfbcaf4c514e036ac011;p=ceph.git PendingReleaseNotes: add note for new `auth rotate` Signed-off-by: Patrick Donnelly (cherry picked from commit deab0443ef5df84c1d7261f1b1b74a512f2e2864) --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index fd7c1dbccec1..a7ba7b26edd6 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -62,6 +62,8 @@ Last-Modified header to determine how long the object took to replicate. * The cephfs-shell utility is now packaged for RHEL 9 / CentOS 9 as required python dependencies are now available in EPEL9. +* cephx: key rotation is now possible using `ceph auth rotate`. Previously, + this was only possible by deleting and then recreating the key. * RGW: S3 multipart uploads using Server-Side Encryption now replicate correctly in multi-site. Previously, the replicas of such objects were corrupted on decryption. A new tool, ``radosgw-admin bucket resync encrypted multipart``, can be used to