Skip to content

Commit 55d17c0

Browse files
rgw/doc: adds documentation for UpdateOpenIDConnectProviderThumbprint.
Signed-off-by: Pritha Srivastava <[email protected]>
1 parent fae194c commit 55d17c0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

doc/radosgw/oidc.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,27 @@ Example::
118118
POST "<hostname>?Action=Action=AddClientIDToOpenIDConnectProvider
119119
&OpenIDConnectProviderArn=arn:aws:iam:::oidc-provider/localhost:8080/auth/realms/quickstart
120120
&ClientID=app-jee-jsp"
121+
122+
UpdateOpenIDConnectProviderThumbprint
123+
-------------------------------------
124+
125+
Update the existing thumbprint list of an OpenIDConnectProvider with the given list.
126+
This API removes the existing thumbprint list and replaces that with the input thumbprint list.
127+
128+
Request Parameters
129+
~~~~~~~~~~~~~~~~~~
130+
131+
``OpenIDConnectProviderArn``
132+
133+
:Description: ARN of the IDP which is returned by the Create API.
134+
:Type: String
135+
136+
``ThumbprintList.member.N``
137+
138+
:Description: List of OpenID Connect IDP's server certificates' thumbprints. A maximum of 5 thumbprints are allowed.
139+
:Type: Array of Strings
140+
141+
Example::
142+
POST "<hostname>?Action=Action=UpdateOpenIDConnectProviderThumbprint
143+
&OpenIDConnectProviderArn=arn:aws:iam:::oidc-provider/localhost:8080/auth/realms/quickstart
144+
&&ThumbprintList.list.1=ABCDB3515DD0D319DD219A43A9EA727AD6061234"

0 commit comments

Comments
 (0)