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 Apr 4, 2024
1 parent 7ffa93e commit 2c5e54c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/policyEvaluator/utils/actionMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const sharedActionMap = {
};

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

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

const actionMapAccountQuotas = {
UpdateAccountQuota : 'quota:UpdateAccountQuota',
DeleteAccountQuota : 'quota:DeleteAccountQuota',
GetAccountQuota : 'quota:GetAccountQuota',
UpdateAccountQuota : 'scality:UpdateAccountQuota',
DeleteAccountQuota : 'scality:DeleteAccountQuota',
GetAccountQuota : 'scality:GetAccountQuota',
};

const actionMapIAM = {
Expand Down

0 comments on commit 2c5e54c

Please sign in to comment.