]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw/sts: Removing references to token introspection url,
authorPritha Srivastava <prsrivas@redhat.com>
Mon, 8 Jun 2020 15:55:12 +0000 (21:25 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Mon, 8 Jun 2020 15:55:12 +0000 (21:25 +0530)
client id and client password.

Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
doc/radosgw/keycloak.rst

index b160c439bf841b32663d64b40d10ec7fd5ef7880..f13b6cfd2e89d12ebb8e5be36341663d1d537900 100644 (file)
@@ -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
 ======================================================