summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_sts.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CVE-2024-48916] rgw/sts: fix to disallow unsupported JWT algorithmsPritha Srivastava2024-11-051-0/+3
* rgw/role: add rgwrados::role interface for role metadataCasey Bodley2024-09-121-1/+1
* rgw/sts: fix for wrong certificate getting picked duringPritha Srivastava2024-08-221-1/+0
* rgw: pass DoutPrefixProvider into RGWHTTPClientCasey Bodley2024-07-021-2/+2
* rgw/auth: auth engines pass optional account info into identitiesCasey Bodley2024-04-101-1/+17
* rgw/iam: Policy takes optional tenant nameCasey Bodley2024-04-101-3/+6
* rgw/sal: remove virtual class RGWOIDCProviderCasey Bodley2024-04-101-20/+12
* rgw/iam: Policy() takes string instead of bufferlistCasey Bodley2024-04-101-6/+3
* rgw/role: role APIs support account usersCasey Bodley2024-04-101-2/+10
* rgw/rest: wrap iam/sns/sts Error responses with ErrorResponseCasey Bodley2024-04-101-3/+3
* rgw: fix spelling errorsJosh Soref2023-11-271-1/+1
* src/rgw: Changing null_yield to optional_yieldKalpesh Pandya2023-06-191-3/+3
* sts: Fixes get_cert_url improper url path concatenationMathew2023-03-091-2/+8
* rgw: refactor service handlersYuval Lifshitz2023-01-251-75/+21
* rgw: Put useful policy error messages in error documentAdam C. Emerson2022-12-131-1/+3
* rgw: Add `rgw_policy_reject_invalid_principals` and messagesAdam C. Emerson2022-12-131-3/+7
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-10/+10
* rgw/rest: replace RGW_FORMAT_ macros with an enum classMatt Benjamin2022-08-161-2/+2
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-4/+4
* src/rgw: DPP addition to rgw_sts.ccKalpesh Pandya2021-10-111-2/+2
* rgw/sts: code to check IAM policy and return anPritha Srivastava2021-09-231-2/+2
* rgw/sts: code to add role tags as aws:PrincipalTags andPritha Srivastava2021-09-011-1/+26
* rgw/sts: code to use session tags in AssumeRoleWithWebIdentity call,Pritha Srivastava2021-09-011-1/+1
* rgw/sts: adding code for aws:RequestTags as partPritha Srivastava2021-09-011-39/+61
* rgw/sts: adding code to enable usage of allPritha Srivastava2021-09-011-13/+83
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw/sts: code to fetch certs using .well-known/openid-configuration urlPritha Srivastava2021-05-101-1/+39
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-13/+13
* rgw/rgw_rest_sts: return local variable w/o std::move()Kefu Chai2021-04-281-1/+1
* RGW Zipper - Remove rgw_pool/sysobj from APIDaniel Gryniewicz2021-04-191-6/+8
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-3/+3
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-3/+3
* Zipper - zipperify the Auth codeDaniel Gryniewicz2021-03-021-1/+1
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-3/+3
* Merge pull request #38917 from joke-lee/rgw_sts_get_session_token_check_durat...Harish Munjulur2021-02-181-1/+2
|\
| * rgw: fix sts get_session_token always failed because of wrongyuliyang_yewu2021-01-151-1/+2
* | rgw: Dpp addition to create bucket logroot2021-02-071-1/+1
* | rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-6/+6
|/
* rgw: No null_yield in rgw_restAdam C. Emerson2020-11-131-3/+4
* rgw: No null_yield in rgw_roleAdam C. Emerson2020-11-131-1/+1
* rgw: No null_yield in rgw_userAdam C. Emerson2020-11-131-1/+1
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-14/+15
* Merge pull request #35924 from pritha-srivastava/wip-rgw-sts-error-messagesMatt Benjamin2020-09-161-6/+16
|\
| * rgw/sts: adding error log messages to STS code.Pritha Srivastava2020-09-151-6/+16
* | rgw/sts: adding code for federated user as owner in case of STS.Pritha Srivastava2020-09-151-3/+13
|/
* Zipper ObjectDaniel Gryniewicz2020-07-171-3/+4
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-3/+4
* rgw: adds code for role session to be used an ARN.Pritha Srivastava2020-06-051-1/+5
* rgw: adds code to check for client id and cert thumbprintPritha Srivastava2020-06-051-8/+106
* rgw: Added code for offline OpenId Connect/ OAuth 2.0 tokensPritha Srivastava2020-06-051-41/+161