Skip to content

Commit

Permalink
add missing subscriber permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SollyzDev committed Apr 8, 2024
1 parent 653f29f commit 98ec1dd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ Resources:
- logs:DescribeLogGroups
- lambda:AddPermission
- lambda:RemovePermission
- lambda:InvokeFunction
- lambda:GetFunction
- logs:DescribeLogStreams
- logs:DescribeSubscriptionFilters
- logs:FilterLogEvents
- logs:GetLogEvents
Effect: Allow
Resource: "*"
PolicyName: cloudwatch-subscriber-axiom-policy
Expand All @@ -120,6 +126,7 @@ Resources:
Principal:
Service:
- lambda.amazonaws.com
- logs.amazonaws.com
ManagedPolicyArns:
- "arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"
AxiomCloudWatchLogsSubscriber:
Expand Down

0 comments on commit 98ec1dd

Please sign in to comment.