Skip to content

Commit

Permalink
impr(ARSN-444): Add scuba downsample admin policy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Nov 7, 2024
1 parent 94c7038 commit a13535e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/policyEvaluator/utils/actionMaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ const actionMonitoringMapS3 = {
serviceGet: 'ListBuckets',
bucketGetQuota: 'GetBucketQuota',
bucketUpdateQuota: 'UpdateBucketQuota',
bucketDeleteQuota: 'DeleteBucketQuota',
bucketDeleteQuota: 'DeleteBucketQuota',
};

const actionMapAccountQuotas = {
Expand Down Expand Up @@ -233,6 +233,9 @@ const actionMapScuba = {
AdminStopIngest: 'scuba:AdminStopIngest',
AdminReadRaftCseq: 'scuba:AdminReadRaftCseq',
AdminTriggerRepair: 'scuba:AdminTriggerRepair',
AdminStartDownsample: 'scuba:AdminStartDownsample',
AdminStopDownsample: 'scuba:AdminStopDownsample',
AdminTriggerDownsample: 'scuba:AdminTriggerDownsample',
};

export {
Expand Down

0 comments on commit a13535e

Please sign in to comment.