Skip to content

Commit 66fa225

Browse files
committed
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 <[email protected]>
1 parent 6c01b91 commit 66fa225

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/radosgw/oidc.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===============================
1+
================================
22
OpenID Connect Provider in RGW
3-
===============================
3+
================================
44

55
An entity describing the OpenID Connect Provider needs to be created in RGW, in order to establish trust between the two.
66

@@ -18,7 +18,7 @@ In order to invoke the REST admin APIs, a user with admin caps needs to be creat
1818
1919
2020
CreateOpenIDConnectProvider
21-
---------------------------------
21+
---------------------------
2222

2323
Create an OpenID Connect Provider entity in RGW
2424

@@ -67,7 +67,7 @@ Example::
6767

6868

6969
GetOpenIDConnectProvider
70-
---------------------------
70+
------------------------
7171

7272
Gets information about an IDP.
7373

@@ -120,7 +120,7 @@ Example::
120120
&ClientID=app-jee-jsp"
121121

122122
RemoveClientIDFromOpenIDConnectProvider
123-
----------------------------------
123+
---------------------------------------
124124

125125
Remove a client id from the list of existing client ids registered while creating an OpenIDConnectProvider.
126126

0 commit comments

Comments
 (0)