From d202bbd0c5f82dc26e4cbb247cc69d7881eff90f Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 8 May 2025 10:08:06 +1000 Subject: [PATCH] doc/mgr/ceph_api: edit index.rst Edit doc/mgr/ceph_api/index.rst as part of the project to determine where the error is in https://github.com/ceph/ceph/pull/62782 that prevents the Jenkins tests from passing. This is a change to one of twenty-five files in https://github.com/ceph/ceph/pull/62782, and this commit represents one of what will be at least twenty-five other commits made to track this error down. Signed-off-by: Zac Dover (cherry picked from commit 5c17f2242318d57e9faaafc83774a8f8a36f6e0e) --- doc/mgr/ceph_api/index.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/mgr/ceph_api/index.rst b/doc/mgr/ceph_api/index.rst index 1cdc9a97bfb56..7bdc484dab270 100644 --- a/doc/mgr/ceph_api/index.rst +++ b/doc/mgr/ceph_api/index.rst @@ -53,9 +53,11 @@ be obtained, and it may then be reused for subsequent requests. The { "token": "", ...} The token obtained must be passed together with every API request in the -``Authorization`` HTTP header:: +``Authorization`` HTTP header: - curl -H "Authorization: Bearer " ... +.. prompt:: bash $ + + curl -H "Authorization: Bearer " ... Authentication and authorization can be further configured from the Ceph CLI, the Ceph-Dashboard UI and the Ceph API itself (please refer to -- 2.39.5