From 55d17c042bb207f5aec087057fd4f846047330ee Mon Sep 17 00:00:00 2001 From: Pritha Srivastava Date: Wed, 11 Oct 2023 20:47:36 +0530 Subject: [PATCH] rgw/doc: adds documentation for UpdateOpenIDConnectProviderThumbprint. Signed-off-by: Pritha Srivastava --- doc/radosgw/oidc.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/radosgw/oidc.rst b/doc/radosgw/oidc.rst index a699cfcbdc95..147789930971 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 -- 2.47.3