Skip to content

Commit

Permalink
Reduce Cloudwatch log permissions (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdconnolly authored Aug 14, 2024
1 parent d99e686 commit 57f94c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions union-ai-admin/aws/union-ai-admin-role.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,7 @@ Resources:
Resource: '*'
- Effect: Allow
Action:
- logs:GetLogRecord
- logs:GetLogEvents
- logs:FilterLogEvents
Resource:
- !Sub 'arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/eks/opta-*:log-stream:kube-*'
- !Sub 'arn:aws:logs:${AWS::Region}:${AWS::AccountId}:log-group:/aws/containerinsights/opta-*/dataplane:log-stream:*'
Expand Down

0 comments on commit 57f94c1

Please sign in to comment.