summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_sts.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: sts: add all http args to req_infoyuliyang2020-02-121-7/+2
* Merge pull request #32119 from joke-lee/rgw-sts-crash-duration-invalidAbhishek L2020-02-041-1/+6
|\
| * rgw: fix rgw crash when duration is invalid in sts requestyuliyang2019-12-101-1/+6
* | Zipper - RGWUserDaniel Gryniewicz2020-01-171-6/+6
* | rgw: add const correctness to some rest functionsJ. Eric Ivancich2019-11-151-6/+2
|/
* rgw/pubsub: allow pubsub REST API on masterYuval Lifshitz2019-09-101-9/+10
* 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-2/+2
* rgw, Policy should be url_decode when assume_roleyuliyang2019-06-221-1/+1
* Merge pull request #27178 from pritha-srivastava/wip-rgw-iamCasey Bodley2019-04-151-10/+2
|\
| * rgw: Adding 'iam' namespace for Role and User Policy related REST APIs.Pritha Srivastava2019-03-261-10/+2
* | Merge branch 'master' into s2_pubsub_api_newYuval Lifshitz2019-04-031-1/+1
|\ \
| * | rgw: http interfaces take optional_yieldCasey Bodley2019-03-291-1/+1
| |/
* / rgw: pubsub support s3 records. refactor ARNYuval Lifshitz2019-03-211-3/+3
|/
* Merge pull request #26098 from pritha-srivastava/wip-rgw-awsv4signatureMatt Benjamin2019-02-071-1/+3
|\
| * rgw: Correcting logic for signature calculation for non s3 ops.Pritha Srivastava2019-01-311-1/+3
* | rgw: Adding permission verification to GetSessionToken REST API.Pritha Srivastava2019-01-301-0/+9
|/
* rgw: Initial commit for AssumeRoleWithWebIdentity.Pritha Srivastava2019-01-291-10/+184
* Merge pull request #24845 from pritha-srivastava/wip-rgw-assume-role-fixesCasey Bodley2019-01-031-3/+8
|\
| * rgw: Minor fixes to AssumeRole for boto compliance.Pritha Srivastava2018-11-161-3/+8
* | rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+3
|/
* rgw: Refactored rgw_rest_read_all_input() using bufferlist.Pritha Srivastava2018-10-261-22/+20
* rgw: Fix for buffer overflow in STS op_post().Pritha Srivastava2018-10-101-4/+11
* rgw: Policy code for STS.Pritha Srivastava2018-09-211-1/+0
* rgw: POST request handling for boto compliance.Pritha Srivastava2018-09-211-0/+21
* rgw: Proper result for XML formatting.Pritha Srivastava2018-09-211-1/+9
* rgw: Changes according to session token format change.Pritha Srivastava2018-09-211-1/+1
* rgw: Code for GetSessionToken REST API.Pritha Srivastava2018-09-211-1/+44
* rgw: Changed session token format.Pritha Srivastava2018-09-211-1/+1
* rgw: Incorporating review commentsPritha Srivastava2018-09-211-4/+7
* rgw: Renamed STS related files.Pritha Srivastava2018-09-211-1/+1
* rgw: Added code to store arn and policy passed as part of assume role.Pritha Srivastava2018-09-211-1/+1
* rgw: Minor Fixes.Pritha Srivastava2018-09-211-7/+40
* rgw: Adding manager, handler etc for STS.Pritha Srivastava2018-09-211-0/+161