From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Sat, 26 Apr 2025 03:30:57 +0000 (+0700) Subject: doc/radosgw: Fix length of section header underlines in oidc.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66fa225bdbd3b0cc752ef07ca14a97dd3997f0af;p=ceph.git doc/radosgw: Fix length of section header underlines in oidc.rst Set the length of the RST syntax underlining for section headers to be as long as the section header text. Also it seems common to indent the document title with one space at both the beginning and the end so do that. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- diff --git a/doc/radosgw/oidc.rst b/doc/radosgw/oidc.rst index de3725a9b370..25b84e542d5a 100644 --- a/doc/radosgw/oidc.rst +++ b/doc/radosgw/oidc.rst @@ -1,6 +1,6 @@ -=============================== +================================ OpenID Connect Provider in RGW -=============================== +================================ An entity describing the OpenID Connect Provider needs to be created in RGW, in order to establish trust between the two. @@ -18,7 +18,7 @@ In order to invoke the REST admin APIs, a user with admin caps needs to be creat CreateOpenIDConnectProvider ---------------------------------- +--------------------------- Create an OpenID Connect Provider entity in RGW @@ -67,7 +67,7 @@ Example:: GetOpenIDConnectProvider ---------------------------- +------------------------ Gets information about an IDP. @@ -120,7 +120,7 @@ Example:: &ClientID=app-jee-jsp" RemoveClientIDFromOpenIDConnectProvider ----------------------------------- +--------------------------------------- Remove a client id from the list of existing client ids registered while creating an OpenIDConnectProvider.