policy_sentry icon indicating copy to clipboard operation
policy_sentry copied to clipboard

Support Needed|| missing some actions for SNS and SQS

Open AlHanouf-BH opened this issue 1 year ago • 0 comments

Hello,

I'm using policy sentry in a python code to create a policy with some actions for SQS and SNS AWS services. Although I'm enabling WriteAccessLevel for SQS and SNS by adding resource ARN, I can see some actions are still missing in the policy. Here is the list of actions that are missed and I want to add directly:

  • sqs:ChangeMessageVisibility,
  • sqs:DeleteMessage,
  • sqs:CreateQueue,
  • sns:CreateTopic,
  • sns:SetTopicAttributes
  • sqs:SetQueueAttributes

This is a screenshot of missed actions after creating policy using policy sentry: SNS: image

while manual creation from aws console I can select the missing policies:

image

It seems this is a limitation or bug

@kmcquade Can we add an enhancement request to include these actions as part of policy?

AlHanouf-BH avatar Jul 18 '22 16:07 AlHanouf-BH