]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rgw: session-tags.rst - fix link to keycloak 50187/head
authorZac Dover <zac.dover@proton.me>
Tue, 21 Feb 2023 03:55:03 +0000 (13:55 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 21 Feb 2023 04:11:25 +0000 (14:11 +1000)
Fix a link in the doc/radosgw/session-tags.rst file that was intended to
link to the doc/radosgw/keycloak.rst file.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 76eae93ab8dcd91873f49350d452da8b4838fbb0)

doc/radosgw/keycloak.rst
doc/radosgw/session-tags.rst

index 534c4733abb46136dd5b7612052c62868c9d1a26..271675186c936ccdbfa94bbb34ca48341e646386 100644 (file)
@@ -1,3 +1,5 @@
+.. _radosgw_keycloak:
+
 =================================
 Keycloak integration with RadosGW
 =================================
index abfb89e87cfc057d4d214e462146991a1326383a..bc3545966b4dc51f91f5e3e7f5bf1c1cd9da8cac 100644 (file)
@@ -43,10 +43,13 @@ An example of the session tags that are passed in by the IDP in the web token is
         "active": true
     }
 
-Steps to configure Keycloak to pass tags in the web token are described here:doc:`keycloak`.
+Steps to configure Keycloak to pass tags in the web token are described here:
+:ref:`radosgw_keycloak`.
 
-The trust policy must have 'sts:TagSession' permission if the web token passed in by the federated user contains session tags, otherwise
-the AssumeRoleWithWebIdentity action will fail. An example of the trust policy with sts:TagSession is as follows:
+The trust policy must have 'sts:TagSession' permission if the web token passed
+in by the federated user contains session tags, otherwise the
+AssumeRoleWithWebIdentity action will fail. An example of the trust policy with
+sts:TagSession is as follows:
 
 .. code-block:: python
 
@@ -421,4 +424,4 @@ JWT (access token) by the IDP
     eq(s3_put_obj['ResponseMetadata']['HTTPStatusCode'],200)
 
     s3_get_obj = s3client2.get_object(Bucket=bucket_name, Key=key)
-    eq(s3_get_obj['ResponseMetadata']['HTTPStatusCode'],200)
\ No newline at end of file
+    eq(s3_get_obj['ResponseMetadata']['HTTPStatusCode'],200)