Skip to content

Commit

Permalink
Add EventBridge permissions to Augury
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 22, 2024
1 parent f953423 commit c9bf3d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,14 @@ Resources:
Sid: AllowSlackMessaging
Version: "2012-10-17"
PolicyName: Slack
- PolicyDocument:
Statement:
- Action: events:PutEvents
Effect: Allow
Resource: !Sub arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:event-bus/default
Sid: AllowDefaultEventBusPut
Version: "2012-10-17"
PolicyName: DefaultEventBus
- PolicyDocument:
Statement:
- Action: sqs:*
Expand Down

0 comments on commit c9bf3d7

Please sign in to comment.