From: Pritha Srivastava Date: Mon, 8 Jun 2020 15:55:12 +0000 (+0530) Subject: rgw/sts: Removing references to token introspection url, X-Git-Tag: v16.1.0~1785^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35481%2Fhead;p=ceph.git rgw/sts: Removing references to token introspection url, client id and client password. Signed-off-by: Pritha Srivastava --- diff --git a/doc/radosgw/keycloak.rst b/doc/radosgw/keycloak.rst index b160c439bf84..f13b6cfd2e89 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 ======================================================