Skip to content

Commit

Permalink
ARSN-404: adding permission in BP and IAM action Map
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Mar 20, 2024
1 parent e0a4701 commit 757383d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/policyEvaluator/utils/actionMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ const sharedActionMap = {

const actionMapBucketQuotas = {
getBucketQuota: 'quota:GetBucketQuota',
updateBucketQuota: 'quota:PutBucketQuota',
deleteBucketQuota: 'quota:PutBucketQuota',
updateBucketQuota: 'quota:UpdateBucketQuota',
deleteBucketQuota: 'quota:DeleteBucketQuota',
};

// action map used for request context
Expand Down Expand Up @@ -161,9 +161,9 @@ const actionMonitoringMapS3 = {
};

const actionMapAccountQuotas = {
updateAccountQuota : 'quota:PutAccountQuota',
deleteAccountQuota : 'quota:PutAccountQuota',
getAccountQuota : 'quota:GetAccountQuota',
UpdateAccountQuota : 'quota:UpdateAccountQuota',
DeleteAccountQuota : 'quota:DeleteAccountQuota',
GetAccountQuota : 'quota:GetAccountQuota',
};

const actionMapIAM = {
Expand Down

0 comments on commit 757383d

Please sign in to comment.