From a9a608ce207b08059913384f9922b24801d451cb Mon Sep 17 00:00:00 2001 From: Pritha Srivastava Date: Mon, 8 Jun 2020 21:25:12 +0530 Subject: [PATCH] rgw/sts: Removing references to token introspection url, client id and client password. Signed-off-by: Pritha Srivastava --- doc/radosgw/keycloak.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/radosgw/keycloak.rst b/doc/radosgw/keycloak.rst index b160c439bf8..f13b6cfd2e8 100644 --- a/doc/radosgw/keycloak.rst +++ b/doc/radosgw/keycloak.rst @@ -21,9 +21,6 @@ The format of token inspection url is https://[base-server-url]/token/introspect [client.radosgw.gateway] rgw sts key = {sts key for encrypting/ decrypting the session token} rgw s3 auth use sts = true - rgw_sts_token_introspection_url = {url for token introspection} - rgw_sts_client_id = {client-id} - rgw_sts_client_secret = {client-password} Example showing how to fetch a web token from Keycloak ====================================================== -- 2.39.5