From: Pritha Srivastava Date: Thu, 14 Jun 2018 04:46:33 +0000 (+0530) Subject: rgw: Added code for auth using temp credentials returned by STS. X-Git-Tag: v14.0.1~113^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=001f0577135f2932b9a16bf0ec6ec9b1f6b06424;p=ceph.git rgw: Added code for auth using temp credentials returned by STS. Signed-off-by: Pritha Srivastava --- diff --git a/src/common/legacy_config_opts.h b/src/common/legacy_config_opts.h index 7fca815d8f2..a9cea4ad46f 100644 --- a/src/common/legacy_config_opts.h +++ b/src/common/legacy_config_opts.h @@ -1547,3 +1547,4 @@ OPTION(rgw_delete_multi_obj_max_num, OPT_INT) // According to AWS S3(https://doc OPTION(rgw_website_routing_rules_max_num, OPT_INT) // According to AWS S3, An website routing config can have up to 50 rules. OPTION(rgw_sts_entry, OPT_STR) OPTION(rgw_sts_key, OPT_STR) +OPTION(rgw_s3_auth_use_sts, OPT_BOOL) // should we try to use sts for s3? diff --git a/src/common/options.cc b/src/common/options.cc index 10006540e0c..66bb371180b 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5372,7 +5372,7 @@ std::vector