Skip to content

Commit

Permalink
[Bug Fix] * - Fixed missing logs:CreateLogGroup permission (widdix#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwittig authored May 16, 2019
1 parent f44292b commit 0fe0ce0
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions ec2/ec2-auto-recovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
1 change: 1 addition & 0 deletions ecs/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
2 changes: 2 additions & 0 deletions jenkins/jenkins2-ha-agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down Expand Up @@ -1386,6 +1387,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
1 change: 1 addition & 0 deletions jenkins/jenkins2-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
1 change: 1 addition & 0 deletions security/auth-proxy-ha-github-orga.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
1 change: 1 addition & 0 deletions vpc/vpc-nat-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
1 change: 1 addition & 0 deletions vpc/vpc-ssh-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
1 change: 1 addition & 0 deletions vpc/vpc-vpn-bastion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wordpress-ha-aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,10 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
- 'logs:CreateLogGroup'
Resource: !GetAtt 'WebServerLogs.Arn'
WebServerIAMPolicySSHAccess:
Type: 'AWS::IAM::Policy'
Expand Down
2 changes: 1 addition & 1 deletion wordpress/wordpress-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ Resources:
Statement:
- Effect: Allow
Action:
- 'logs:CreateLogGroup'
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
- 'logs:CreateLogGroup'
Resource: !GetAtt 'WebServerLogs.Arn'
WebServerIAMPolicySSHAccess:
Type: 'AWS::IAM::Policy'
Expand Down

0 comments on commit 0fe0ce0

Please sign in to comment.