Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
panther-bot committed Mar 21, 2024
1 parent dd6b0ec commit 8fde48a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cloudformation/panther-deployment-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Resources:
# Create and manage queues to send messages between application components
- sns:*
- sqs:*Permission*
- sqs:*Queue*
- sqs:*ueue*
- sqs:SendMessage
# Manage the states of step functions that run the core product
- states:*
Expand Down Expand Up @@ -311,6 +311,10 @@ Resources:
- !Sub arn:${AWS::Partition}:dynamodb:*:${AWS::AccountId}:table/*alerts-indicators
- !Sub arn:${AWS::Partition}:dynamodb:*:${AWS::AccountId}:table/*alert-search-rehydrate-jobs
- !Sub arn:${AWS::Partition}:dynamodb:*:${AWS::AccountId}:table/*indicators-metadata
- Effect: Deny
Action: athena:DeleteWorkGroup
NotResource:
- !Sub arn:${AWS::Partition}:athena:${AWS::Region}:${AWS::AccountId}:workgroup/panther
- Effect: Deny
Action:
- cognito-idp:DeleteUserPool*
Expand Down

0 comments on commit 8fde48a

Please sign in to comment.