Skip to content

Commit

Permalink
Add EventBridge permissions to Feeder
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 22, 2024
1 parent 7cd7b31 commit f5260cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,14 @@ Resources:
Sid: AllowGlobalPublish
Version: "2012-10-17"
PolicyName: SNS
- 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:
Expand Down

0 comments on commit f5260cd

Please sign in to comment.