From e5abfff9380ff4369bc6a55f79842b6fad558366 Mon Sep 17 00:00:00 2001 From: Oguzhan Ozmen Date: Fri, 6 Oct 2023 22:09:23 -0400 Subject: [PATCH] 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 --- src/common/options/rgw.yaml.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/common/options/rgw.yaml.in b/src/common/options/rgw.yaml.in index 3971929e412..7b4cba0a1c6 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 -- 2.47.3