From: Oguzhan Ozmen Date: Sat, 7 Oct 2023 02:09:23 +0000 (-0400) Subject: RGW/Roles: add more details to the cfg items rgw_sts_{max, min}_session_duration X-Git-Tag: v19.0.0~154^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e5abfff9380ff4369bc6a55f79842b6fad558366;p=ceph.git RGW/Roles: add more details to the cfg items rgw_sts_{max, min}_session_duration Fixes: https://tracker.ceph.com/issues/63109 Signed-off-by: Oguzhan Ozmen --- diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 3971929e412d..7b4cba0a1c63 100644 --- a/src/common/options/rgw.yaml.in +++ b/src/common/options/rgw.yaml.in @@ -3295,8 +3295,11 @@ options: type: uint level: advanced desc: Session token max duration - long_desc: Max duration in seconds for which the session token is valid. + long_desc: This option can be used to configure the upper limit of the + durationSeconds of temporary credentials returned by 'GetSessionToken'. default: 43200 + see_also: + - rgw_sts_min_session_duration services: - rgw with_legacy: true @@ -3304,10 +3307,14 @@ options: type: uint level: advanced desc: Minimum allowed duration of a session + long_desc: This option can be used to configure the lower limit of + durationSeconds of temporary credentials returned by 'AssumeRole*' calls. default: 900 services: - rgw with_legacy: true + see_also: + - rgw_sts_max_session_duration - name: rgw_max_listing_results type: uint level: advanced