From: Pritha Srivastava Date: Wed, 11 Oct 2023 15:17:36 +0000 (+0530) Subject: rgw/doc: adds documentation for UpdateOpenIDConnectProviderThumbprint. X-Git-Tag: testing/wip-mchangir-testing-20240830.082048-main-debug~13^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=55d17c042bb207f5aec087057fd4f846047330ee;p=ceph-ci.git rgw/doc: adds documentation for UpdateOpenIDConnectProviderThumbprint. Signed-off-by: Pritha Srivastava --- diff --git a/doc/radosgw/oidc.rst b/doc/radosgw/oidc.rst index a699cfcbdc9..14778993097 100644 --- a/doc/radosgw/oidc.rst +++ b/doc/radosgw/oidc.rst @@ -118,3 +118,27 @@ Example:: POST "?Action=Action=AddClientIDToOpenIDConnectProvider &OpenIDConnectProviderArn=arn:aws:iam:::oidc-provider/localhost:8080/auth/realms/quickstart &ClientID=app-jee-jsp" + +UpdateOpenIDConnectProviderThumbprint +------------------------------------- + +Update the existing thumbprint list of an OpenIDConnectProvider with the given list. +This API removes the existing thumbprint list and replaces that with the input thumbprint list. + +Request Parameters +~~~~~~~~~~~~~~~~~~ + +``OpenIDConnectProviderArn`` + +:Description: ARN of the IDP which is returned by the Create API. +:Type: String + +``ThumbprintList.member.N`` + +:Description: List of OpenID Connect IDP's server certificates' thumbprints. A maximum of 5 thumbprints are allowed. +:Type: Array of Strings + +Example:: + POST "?Action=Action=UpdateOpenIDConnectProviderThumbprint + &OpenIDConnectProviderArn=arn:aws:iam:::oidc-provider/localhost:8080/auth/realms/quickstart + &&ThumbprintList.list.1=ABCDB3515DD0D319DD219A43A9EA727AD6061234" \ No newline at end of file