Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit bd58eb5

Browse files
authored
Update README to list required IAM permission: logs:DescribeLogGroups. (#75)
The permission logs:DescribeLogGroups is used by aws_common to list CloudWatch log groups to determine if the log group used by cloudwatch_logger exists. Signed-off-by: Zachary Michaels <[email protected]>
1 parent 048a3ce commit bd58eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ You will need to create an AWS Account and configure the credentials to be able
4242

4343
This node will require the following AWS account IAM role permissions:
4444
- `logs:PutLogEvents`
45+
- `logs:DescribeLogGroups`
4546
- `logs:DescribeLogStreams`
4647
- `logs:CreateLogStream`
4748
- `logs:CreateLogGroup`

0 commit comments

Comments
 (0)