summaryrefslogtreecommitdiffstats
path: root/src/test/rgw/test_rgw_iam_policy.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into rgw-devqiuxinyidian2023-12-211-1/+2
|\
| * rgw/notification: Add support to set topic policy while topic creationkchheda32023-10-231-1/+2
* | rgw: modify string match_wildcards with fnmatchzhipeng li2023-12-211-3/+2
|/
* Merge pull request #48710 from cbodley/wip-rgw-process-envCasey Bodley2022-12-141-1/+4
|\
| * rgw: move RGWProcessEnv into new rgw_process_env.hCasey Bodley2022-12-091-0/+2
| * rgw: req_state takes const ref to RGWProcessEnvCasey Bodley2022-12-091-1/+2
* | rgw: Add `rgw_policy_reject_invalid_principals` and messagesAdam C. Emerson2022-12-131-22/+28
|/
* radosgw:Fix repeated statementgaoweinan2022-12-011-1/+0
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-3/+3
* rgw/sts: code to check IAM policy and return anPritha Srivastava2021-09-231-166/+160
* rgw/sts: adding code to enable usage of allPritha Srivastava2021-09-011-4/+4
* rgw: Introduce BucketEncryption APIs to support SSE-S3 featureRahul Dev Parashar2021-07-191-0/+3
* rgw/sts: correcting the evaluation of session policiesPritha Srivastava2021-05-291-5/+4
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-2/+2
* Zipper - Make s->user a unique_ptrDaniel Gryniewicz2020-09-081-2/+3
* Zipper - Split RadosStore from base SALDaniel Gryniewicz2020-09-081-0/+1
* blacklist -> blocklistSage Weil2020-08-241-18/+18
* rgw: Add subuser to OPA requestSeena Fallah2020-04-081-0/+5
* rgw: Add test for bucket policy subuserSeena Fallah2020-02-121-0/+75
* test: rgw_iam_policy update tests with new Get ActionsAbhishek Lekshmanan2020-02-031-0/+9
* test: modify iam tests to use another iterator function to set bitsAbhishek Lekshmanan2020-01-231-8/+13
* Merge pull request #30152 from theanalyst/rgw/iam-policy-bitset-fnCasey Bodley2020-01-221-0/+17
|\
| * rgw: iam: calculate Action_t actions instead of a stringAbhishek Lekshmanan2019-09-041-0/+17
* | Zipper - RGWUserDaniel Gryniewicz2020-01-171-1/+1
|/
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-6/+6
* rgw: fix compile error in unittest:iam_policyzhang Shaowen2019-06-171-0/+3
* rgw: modify iam_policy unit test to support object lock.zhang Shaowen2019-06-121-0/+6
* rgw: pubsub support s3 records. refactor ARNYuval Lifshitz2019-03-211-3/+3
* rgw: Initial commit for AssumeRoleWithWebIdentity.Pritha Srivastava2019-01-291-15/+19
* rgw: Don't treat colons specially in resource part of ARNAdam C. Emerson2018-11-161-2/+2
* rgw: add DoutPrefixProvider to the Auth Identifier classesAli Maredia2018-10-091-1/+1
* rgw: Policy code for STS.Pritha Srivastava2018-09-211-1/+2
* rgw: Changed session token format.Pritha Srivastava2018-09-211-0/+10
* Merge pull request #21379 from pritha-srivastava/wip-rgw-user-policyMatt Benjamin2018-09-111-58/+275
|\
| * rgw: Adding unittests for User policies.Pritha Srivastava2018-07-021-0/+184
| * rgw: Using bitset for Actions to allow for more action op codes.Pritha Srivastava2018-07-021-58/+91
* | common: Call ceph_abort(), not abort()Adam C. Emerson2018-08-271-4/+4
* | common: move ConfigValues out of md_config_tKefu Chai2018-07-101-2/+2
|/
* rgw: req_state and RGWOp implement DoutPrefixProviderCasey Bodley2018-05-151-1/+1
* Merge pull request #20974 from XiangxiangMeng/rgw-policy-keyword-modifyAdam C. Emerson2018-05-091-3/+3
|\
| * rgw: policy: modify s3:ListBucketMultiPartUploads to s3:ListBucketMultipartUp...xiangxiang2018-03-211-3/+3
* | misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
|/
* build: Bump language to C++17Adam C. Emerson2018-01-081-7/+6
* rgw: Test of proper parsing of the X-Forwarded-For header for policies.John Gibson2017-12-261-0/+6
* rgw: Bucket IP address policy evaluation now uses rgw_remote_addr_param.John Gibson2017-12-261-0/+34
* rgw: rgw_iam test harness can now stringify() the fake identity.John Gibson2017-12-261-1/+1
* rgw: Added tests for S3 Policy IP Address feature.John Gibson2017-12-261-0/+292
* rgw: Added support for testing the wildcard principal in policies.John Gibson2017-12-261-1/+4
* test/rgw: add missing object tagging actions to policy testsCasey Bodley2017-08-011-2/+7
* test/rgw: add tests for match_wildcards, match_policyCasey Bodley2017-08-011-0/+117