summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_auth.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: fix user rate limit is not enforced w/ global rate limit setMark Kogan12 days1-31/+55
* Merge pull request #60685 from clwluvw/data-sync-permJ. Eric Ivancich2025-01-031-1/+5
|\
| * rgw: evaluate policies for dest object in data syncSeena Fallah2024-11-101-1/+5
* | Revert "rgw/auth: Fix the return code returned by AuthStrategy,"Pritha Srivastava2024-11-251-1/+1
|/
* rgw/auth: fix internal server error for presigned urlsTobias Urdin2024-09-251-2/+2
* Merge pull request #57876 from Suyashd999/rgw-false-positivesYuval Lifshitz2024-08-281-1/+1
|\
| * anotated rgw_auth.ccSuyash Dongre2024-06-181-1/+1
* | rgw/auth: RemoteApplier respects implicit tenantsCasey Bodley2024-07-191-7/+9
|/
* rgw/auth: expose Identity::get_account()Casey Bodley2024-04-101-0/+3
* rgw/auth: add account_id and role_id to ops logCasey Bodley2024-04-101-0/+28
* rgw/auth: WebIdentityApplier doesn't create shadow users for account rolesCasey Bodley2024-04-101-0/+9
* rgw/auth: pass user policies into identitiesCasey Bodley2024-04-101-27/+168
* rgw/auth: auth engines pass optional account info into identitiesCasey Bodley2024-04-101-82/+89
* rgw/iam: Policy takes optional tenant nameCasey Bodley2024-04-101-2/+5
* rgw/auth: RoleApplier matches paths in role arnsCasey Bodley2024-04-101-2/+4
* rgw/auth: RoleApplier matches account principalsCasey Bodley2024-04-101-0/+3
* rgw/acl: always fill in DisplayName for account owners/grantsCasey Bodley2024-04-101-2/+2
* rgw/auth: AssumeRole uses role account as ownerCasey Bodley2024-04-101-1/+10
* rgw: rename iam_user_policies to iam_identity_policiesCasey Bodley2024-04-101-2/+2
* rgw/iam: AttachRolePolicy adds managed role policyCasey Bodley2024-04-101-2/+21
* rgw/iam: Policy() takes string instead of bufferlistCasey Bodley2024-04-101-5/+3
* rgw/auth: account users match account arnsCasey Bodley2024-04-101-2/+16
* rgw/auth: Identity matches account user principalsCasey Bodley2024-04-101-5/+17
* rgw/auth: Identity matches paths in user principalsCasey Bodley2024-04-101-11/+30
* rgw/auth: Identity::is_identity() takes one PrincipalCasey Bodley2024-04-101-94/+74
* rgw/iam: rename rgw::auth::Principal::Tenant to AccountCasey Bodley2024-04-101-11/+11
* rgw/sal: move list_buckets() to DriverCasey Bodley2024-04-101-1/+4
* rgw: use rgw_owner in RGWBucketInfoCasey Bodley2024-04-101-4/+12
* rgw/auth: Identity::is_owner/admin_of(rgw_owner)Casey Bodley2024-04-101-20/+38
* rgw/auth: account users also match ACL grants to their account idCasey Bodley2024-04-101-6/+18
* rgw/auth: initialize s->owner in Strategy::apply()Casey Bodley2024-04-101-0/+3
* rgw/auth: Identity::get_aclowner() for resources it createsCasey Bodley2024-04-101-0/+37
* rgw/auth: generalize Identity::get_role_tenant() as get_tenant()Casey Bodley2024-04-101-0/+3
* rgw: allow user disabling presigned urls in rgw configurationMarc Singer2024-03-071-1/+6
* rgw/auth: correcting the error message to indicatePritha Srivastava2024-02-051-0/+5
* rgw/auth: Fix the return code returned by AuthStrategy,Pritha Srivastava2023-08-081-1/+1
* rgw: Add `rgw_policy_reject_invalid_principals` and messagesAdam C. Emerson2022-12-131-2/+2
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-5/+5
* rgw: log identity applier metadata in ops logsCory Snyder2022-06-061-1/+18
* rgw: user_quota and bucket_quota are defined under RGWQuotaIqbal Khan2022-05-041-4/+4
* rgw/auth: perm_mask uses std::optionalCasey Bodley2021-11-051-1/+1
* rgw/sts: code to add role tags as aws:PrincipalTags andPritha Srivastava2021-09-011-0/+14
* rgw/sts: code for aws:TagKeys to be used as ConditionPritha Srivastava2021-09-011-0/+8
* rgw/sts: code to use session tags in AssumeRoleWithWebIdentity call,Pritha Srivastava2021-09-011-14/+18
* rgw/sts: adding code for aws:RequestTags as partPritha Srivastava2021-09-011-0/+31
* rgw/sts: adding code to enable usage of allPritha Srivastava2021-09-011-18/+21
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* Merge pull request #41585 from pritha-srivastava/wip-rgw-sts-session-policy-evalMatt Benjamin2021-06-101-9/+11
|\
| * rgw/sts: correcting the evaluation of session policiesPritha Srivastava2021-05-291-9/+11
* | rgw/sts: adding role name and role session to ops log.Pritha Srivastava2021-06-091-0/+2
|/