From: Casey Bodley Date: Fri, 24 Oct 2025 12:37:32 +0000 (-0400) Subject: doc/radosgw: deprecate STS Lite for tentacle X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=103eb69f06c31b3e039088c6d2e4e6dcd14e0428;p=ceph.git doc/radosgw: deprecate STS Lite for tentacle Signed-off-by: Casey Bodley --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index b2ae89202c0a..f056f8e8c61c 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -51,6 +51,7 @@ normalized directory entry names. This is inheritable and applies to an entire directory tree. For more information, see https://docs.ceph.com/en/latest/cephfs/charmap/ +* RGW: "STS Lite" and the sts:GetSessionToken operation are now deprecated. * Based on tests performed at scale on an HDD based Ceph cluster, it was found that scheduling with mClock was not optimal with multiple OSD shards. For example, when multiple OSD nodes failed, client diff --git a/doc/radosgw/STSLite.rst b/doc/radosgw/STSLite.rst index 7880e373f462..437be7175325 100644 --- a/doc/radosgw/STSLite.rst +++ b/doc/radosgw/STSLite.rst @@ -2,6 +2,8 @@ STS Lite ========= +.. deprecated:: Tentacle + Ceph Object Gateway provides support for a subset of Amazon Secure Token Service (STS) APIs. STS Lite is an extension of STS and builds upon one of its APIs to decrease the load on external IDPs like Keystone and LDAP.