summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_iam_policy.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rgw: add object lock feature.zhang Shaowen2019-06-121-0/+8
* rgw: pubsub support s3 records. refactor ARNYuval Lifshitz2019-03-211-333/+0
* rgw: delete some unused code about std::regexbaixueyu78@126.com2019-02-191-4/+0
* rgw: Extending Policy Engine for STS Auth Condition Key.Pritha Srivastava2019-01-301-0/+4
* rgw: Initial commit for AssumeRoleWithWebIdentity.Pritha Srivastava2019-01-291-5/+42
* rgw: Don't treat colons specially in resource part of ARNAdam C. Emerson2018-11-161-1/+1
* Merge pull request #23504 from pritha-srivastava/wip-sts-authenticationMatt Benjamin2018-10-051-0/+32
|\
| * rgw: Policy code for STS.Pritha Srivastava2018-09-211-0/+6
| * rgw: Minor Fixes.Pritha Srivastava2018-09-211-0/+26
* | rgw: policy: fix NotPricipal, NotResource does not take effectxiangxiang2018-09-141-12/+20
|/
* rgw: Corrected code for ARNs for entities that have a path.Pritha Srivastava2018-07-021-2/+3
* rgw: Adding unittests for User policies.Pritha Srivastava2018-07-021-1/+7
* rgw: Using bitset for Actions to allow for more action op codes.Pritha Srivastava2018-07-021-10/+18
* rgw: Permission evaluation for Roles.Pritha Srivastava2018-07-021-1/+12
* rgw: Permission evaluation for User Policies.Pritha Srivastava2018-06-291-0/+39
* rgw: User Policy evaluation for bucket/object/user permission.Pritha Srivastava2018-06-291-0/+10
* rgw: Initial commit for User Policy REST APIs.Pritha Srivastava2018-06-291-5/+12
* rgw: policy: modify s3:ListBucketMultiPartUploads to s3:ListBucketMultipartUp...xiangxiang2018-03-211-3/+3
* Revert "rgw: Support certain archaic and antiquated distributions"Kefu Chai2018-01-091-15/+18
* common: Remove backport_std.h entirelyAdam C. Emerson2018-01-081-4/+5
* common: Remove backported C++17 functionsAdam C. Emerson2018-01-081-5/+5
* build: Bump language to C++17Adam C. Emerson2018-01-081-19/+17
* Merge pull request #19687 from qrGitHub/wip-rgw-bucketPolicy-invalidEffectYuri Weinstein2018-01-081-1/+1
|\
| * rgw: put bucket policy panics RGW processBingyin Zhang2017-12-261-1/+1
* | rgw: Fixed several bugs in policies related to IPv6 addresses.John Gibson2017-12-261-25/+25
* | rgw: Fixed several bugs in policies related to IP Addresses.John Gibson2017-12-261-6/+23
|/
* common: Get rid of artifact filenameAdam C. Emerson2017-12-141-1/+1
* build: Uplevel to C++14Adam C. Emerson2017-12-141-1/+1
* rgw: implement ipv4 aws:SourceIp condition for bucket policyyuliyang2017-11-301-4/+5
* Merge pull request #18961 from tchaikov/wip-rgw-print-iam-policyKefu Chai2017-11-261-16/+17
|\
| * rgw: do not print the leading "{" for ConditionKefu Chai2017-11-161-2/+2
| * rgw: print dict-like IAM Policy element as a dictKefu Chai2017-11-161-3/+12
| * rgw: use ostream_joiner to print arraysKefu Chai2017-11-161-11/+3
* | rgw.iam: change '1' to '1ULL' in function print_actionsBingyin Zhang2017-11-131-4/+4
|/
* Merge pull request #18522 from C2python/cleanup_to_stringCasey Bodley2017-11-031-24/+0
|\
| * rgw: Delete to_string functions. stringify defined in include/stringify.h can...zhangwen2017-10-251-24/+0
* | rgw: Fix dereference of empty optionalAdam C. Emerson2017-10-281-53/+30
|/
* rgw: Remove assertions in IAM PolicyAdam C. Emerson2017-10-101-3/+9
* rgw: Rename variables to consistent with ceph naming conventionzhangwen2017-09-151-5/+5
* rgw: Return Error if Bucket Policy Contians Undefined Actionzhangwen2017-09-031-0/+8
* rgw: Fix the last policy use-after-freeAdam C. Emerson2017-08-071-1/+2
* rgw: Fix another use after freeAdam C. Emerson2017-08-071-26/+36
* rgw: Fix use after free in IAM policy parserAdam C. Emerson2017-08-071-1/+2
* rgw: policy uses ceph::not_fn instead of std::not2Casey Bodley2017-08-011-6/+7
* rgw: match wildcards in StringLike policy conditionsCasey Bodley2017-08-011-4/+3
* rgw: split match into match_policy, match_wildcardsCasey Bodley2017-08-011-4/+4
* rgw: Fix for Policy Parse exception in case of multiple statements.Pritha Srivastava2017-07-311-8/+33
* rgw: consider IfExists when evaluating policy conditionsCasey Bodley2017-07-211-1/+1
* rgw: policy can parse IfExists conditionsCasey Bodley2017-07-211-2/+13
* Merge pull request #15997 from pritha-srivastava/wip-rgw-assert-correctionCasey Bodley2017-07-071-1/+1
|\