From 8eb065941df581c644da69c070c45104ae1733cc Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 17 Apr 2025 17:51:46 -0400 Subject: [PATCH] doc/rgw: Admin Capabilities section links to Admin Ops API Signed-off-by: Casey Bodley (cherry picked from commit cdc04b87842e02f81add403c8843b77e56cb3ef4) Conflicts: doc/radosgw/admin.rst no Account link in reef --- doc/radosgw/admin.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/radosgw/admin.rst b/doc/radosgw/admin.rst index fe29849cbec..3a4c4b49dc8 100644 --- a/doc/radosgw/admin.rst +++ b/doc/radosgw/admin.rst @@ -356,7 +356,7 @@ To remove a Swift secret key, run a command of the following form: Add or Remove Admin Capabilities -------------------------------- -The Ceph Storage Cluster provides an administrative API that enables users to +The Ceph Storage Cluster provides an `Admin Ops API`_ that enables users to execute administrative functions via the REST API. By default, users do NOT have access to this API. To enable a user to exercise administrative functionality, provide the user with administrative capabilities. @@ -892,3 +892,4 @@ example commands: .. _radosgw-admin: ../../man/8/radosgw-admin/ .. _Pool Configuration: ../../rados/configuration/pool-pg-config-ref/ .. _Ceph Object Gateway Config Reference: ../config-ref/ +.. _Admin Ops API: ../adminops/ -- 2.39.5