summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_sts.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/role: add rgwrados::role interface for role metadataCasey Bodley2024-09-121-1/+1
* rgw/sts: correcting the error message returned for an sts keyPritha Srivastava2024-08-161-1/+1
* rgw/role: role APIs support account usersCasey Bodley2024-04-101-1/+10
* rgw: fix spelling errorsJosh Soref2023-11-271-1/+1
* STS: when generating keys, take the trailing character into accountOguzhan Ozmen2023-10-041-1/+1
* rgw/sts: AssumeRole no longer writes to user metadataCasey Bodley2023-04-201-24/+0
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-5/+5
* src/rgw: DPP addition to rgw_sts.ccKalpesh Pandya2021-10-111-30/+31
* rgw/sts: code to use session tags in AssumeRoleWithWebIdentity call,Pritha Srivastava2021-09-011-4/+11
* rgw: fix sts memory leakyuliyang_yewu2021-08-171-1/+1
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* RGW Zipper - Permenant User storage APIDaniel Gryniewicz2021-04-291-2/+2
* RGW Zipper - move attrs into UserDaniel Gryniewicz2021-04-281-3/+1
* RGW Zipper - Remove rgw_pool/sysobj from APIDaniel Gryniewicz2021-04-191-12/+12
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-1/+1
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-2/+2
* Zipper - zipperify the Auth codeDaniel Gryniewicz2021-03-021-1/+1
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-8/+9
* rgw: Dpp addition to create bucket logroot2021-02-071-4/+4
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-7/+9
* rgw: No null_yield in rgw_roleAdam C. Emerson2020-11-131-2/+3
* rgw: No null_yield in rgw_userAdam C. Emerson2020-11-131-5/+6
* Merge pull request #37770 from pritha-srivastava/wip-sts-47871Matt Benjamin2020-11-121-0/+12
|\
| * rgw/sts: fix for validating path in role arn in assume role api.Pritha Srivastava2020-10-231-0/+12
* | Merge pull request #36739 from pritha-srivastava/wip-rgw-sts-expire-session-t...Matt Benjamin2020-10-291-0/+1
|\ \
| * | rgw/sts: adding code for "aws:TokenIssueTime" to be usedPritha Srivastava2020-08-201-0/+1
* | | Merge pull request #35612 from pritha-srivastava/wip-sts-role-min-durationMatt Benjamin2020-10-291-0/+1
|\ \ \ | |_|/ |/| |
| * | rgw/sts: Adding a configurable rgw_sts_min_session_durationPritha Srivastava2020-09-151-1/+3
* | | Merge pull request #35924 from pritha-srivastava/wip-rgw-sts-error-messagesMatt Benjamin2020-09-161-3/+23
|\ \ \
| * | | rgw/sts: adding error log messages to STS code.Pritha Srivastava2020-09-151-3/+23
| |/ /
* / / rgw/sts: adding code for federated user as owner in case of STS.Pritha Srivastava2020-09-151-1/+1
|/ /
* / Zipper - Split RadosStore from base SALDaniel Gryniewicz2020-09-081-0/+1
|/
* rgw: remove unnecessary #include "rgw_rados.h"Kaleb S. KEITHLEY2020-08-101-1/+0
* rgw: adding user related web token claims to ops logPritha Srivastava2020-06-171-0/+13
* rgw: adds code for role session to be used an ARN.Pritha Srivastava2020-06-051-0/+5
* rgw: fix rgw crash when duration is invalid in sts requestyuliyang2019-12-101-1/+5
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-4/+5
* rgw: rgw_rados.cc mostly compilesYehuda Sadeh2019-07-291-3/+3
* rgw: fix miss get ret in STSService::storeARNTianshan Qu2019-06-161-1/+1
* rgw: pubsub support s3 records. refactor ARNYuval Lifshitz2019-03-211-6/+6
* rgw: Initial commit for AssumeRoleWithWebIdentity.Pritha Srivastava2019-01-291-46/+120
* Merge pull request #25180 from pritha-srivastava/wip-rgw-user-policy-fixesCasey Bodley2019-01-031-2/+2
|\
| * rgw: Fix for role permission evaluation based on TYPE_ROLE.Pritha Srivastava2018-12-031-1/+1
| * rgw: Correcting permission evaluation for Roles.Pritha Srivastava2018-11-301-1/+1
* | rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-1/+4
|/
* rgw: Changes according to session token format change.Pritha Srivastava2018-09-211-1/+3
* rgw: Code for GetSessionToken REST API.Pritha Srivastava2018-09-211-1/+27
* rgw: Code for making STS Key configurable.Pritha Srivastava2018-09-211-5/+2
* rgw: Changed session token format.Pritha Srivastava2018-09-211-8/+48