summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_auth_s3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: improve the efficiency of buffer list utilization of chunk uploadliubingrun2023-09-241-0/+1
* rgw/auth: move http options v4 logic to get_v4_canonical_method()Tobias Urdin2023-08-171-0/+2
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2023-01-231-4/+1
* rgw/auth: strategies take ImplicitTenants by const refCasey Bodley2022-12-091-5/+5
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-21/+21
* Merge pull request #43597 from pritha-srivastava/wip-rgw-sts-role-multisiteCasey Bodley2022-06-131-1/+1
|\
| * rgw: implementation of forward_request_to_master()Pritha Srivastava2022-06-061-1/+1
* | rgw: log identity applier metadata in ops logsCory Snyder2022-06-061-8/+8
|/
* rgw/auth: perm_mask uses std::optionalCasey Bodley2021-11-051-2/+2
* rgw/sts: added code to tag, untag and list role tags.Pritha Srivastava2021-09-011-0/+2
* rgw/sts: code to use session tags in AssumeRoleWithWebIdentity call,Pritha Srivastava2021-09-011-6/+2
* rgw: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-3/+5
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-6/+6
* rgw: auth v4: extract service from urlYehuda Sadeh2021-03-091-1/+2
* rgw: basic client aws v4 signatureYehuda Sadeh2021-03-091-0/+25
* Zipper - zipperify the Auth codeDaniel Gryniewicz2021-03-021-21/+21
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-4/+8
* rgw/sts: adding code for "aws:TokenIssueTime" to be usedPritha Srivastava2020-08-201-2/+3
* Merge pull request #35465 from pritha-srivastava/wip-sts-token-fields-op-logsMatt Benjamin2020-07-091-2/+3
|\
| * rgw: adding user related web token claims to ops logPritha Srivastava2020-06-171-2/+3
* | rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-31/+30
|/
* rgw: adds code for role session to be used an ARN.Pritha Srivastava2020-06-051-3/+4
* rgw/pubsub: notification filtering by object tagsYuval Lifshitz2019-12-151-2/+2
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-21/+21
|\
| * rgw: more api adjustmentsYehuda Sadeh2019-07-291-21/+21
| * rgw: more compilation fixesYehuda Sadeh2019-07-291-21/+21
* | rgw: making implicit_tenants backwards compatible.Marcus Watts2019-07-301-4/+13
|/
* Merge pull request #26095 from bbc/s3secretcacheMatt Benjamin2019-03-181-1/+3
|\
| * rgw: Added caching for tokens retrieved from keystone using S3 credentialsJames P. Weaver2019-02-041-1/+3
* | rgw: Correcting logic for signature calculation for non s3 ops.Pritha Srivastava2019-01-311-0/+8
* | Merge pull request #26002 from pritha-srivastava/wip-sts-assumerole-webidentityMatt Benjamin2019-01-291-1/+1
|\ \ | |/ |/|
| * rgw: Initial commit for AssumeRoleWithWebIdentity.Pritha Srivastava2019-01-291-1/+1
* | Merge PR #24546 into masterSage Weil2019-01-281-2/+1
|\ \
| * | types.h,rgw: merge sha*_digest_t definitionsRicardo Dias2019-01-231-2/+1
| |/
* / rgw ldap: move conditional LDAPEngine init into it's ctorMatt Benjamin2019-01-041-2/+1
|/
* Merge pull request #25180 from pritha-srivastava/wip-rgw-user-policy-fixesCasey Bodley2019-01-031-6/+15
|\
| * rgw: Adding a new applier for Roles.Pritha Srivastava2018-12-121-6/+15
* | rgw: handle S3 version 2 pre-signed urls with meta-dataMatt Benjamin2018-10-221-0/+1
* | rgw: distinguish parse_v4_credentialsMatt Benjamin2018-10-191-8/+8
|/
* rgw: add DoutPrefixProvider to the Auth Identifier classesAli Maredia2018-10-091-2/+2
* Merge pull request #23504 from pritha-srivastava/wip-sts-authenticationMatt Benjamin2018-10-051-4/+64
|\
| * rgw: Changing the default auth order.Pritha Srivastava2018-09-211-2/+2
| * rgw: STS auth changes to make sure that other engines are not aware of sessio...Pritha Srivastava2018-09-211-5/+6
| * rgw: Perm mask.Pritha Srivastava2018-09-211-4/+6
| * rgw: Added code for auth using temp credentials returned by STS.Pritha Srivastava2018-09-211-4/+61
* | rgw: fix typosKefu Chai2018-09-211-1/+1
|/
* rgw: should recode canonical_uri when caculate s3v4 authyuliyang2018-07-051-2/+44
* Merge pull request #21494 from theanalyst/rgw-reorder-authCasey Bodley2018-06-151-8/+41
|\