Skip to content

Commit

Permalink
Tighten this IAM policy statement nresource
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 17, 2024
1 parent 2a33c07 commit 992fce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacksets/datadog-shipping/logs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Resources:
- firehose:PutRecordBatch
- kinesis:PutRecord
- kinesis:PutRecordBatch
Resource: !Sub "arn:aws:firehose:${AWS::Region}:${AWS::AccountId}:*"
Resource: !GetAtt DatadogDeliveryStream.Arn
- Effect: Allow
Action:
- iam:PassRole
Expand Down

0 comments on commit 992fce0

Please sign in to comment.