From 66fa225bdbd3b0cc752ef07ca14a97dd3997f0af Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Sat, 26 Apr 2025 10:30:57 +0700 Subject: [PATCH] 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> --- doc/radosgw/oidc.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/radosgw/oidc.rst b/doc/radosgw/oidc.rst index de3725a9b37..25b84e542d5 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. -- 2.39.5