Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Aug 26, 2024
1 parent 0779ec9 commit 0283325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/shared-clickhouse/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Resources:
- logs:DescribeLogStreams
- logs:PutLogEvents
Effect: Allow
Resource: !Sub arn:aws:logs:*:*:log-group:${EnvironmentTypeAbbreviation}-clickhouse-server.*
Resource: !Sub /prx/clickhouse/${EnvironmentTypeAbbreviation}/*
Version: "2012-10-17"
PolicyName: CloudWatchAgentPermissions
Tags:
Expand Down

0 comments on commit 0283325

Please sign in to comment.