Skip to content

Commit 38016e3

Browse files
authored
Update CloudWatch plugin's required IAM permissions (#1566)
Signed-off-by: Adis Osmonov <[email protected]>
1 parent 2a4ce32 commit 38016e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/outputs/cloudwatch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ The following AWS IAM permissions are required to use this plugin:
137137
"Action": [
138138
"logs:CreateLogStream",
139139
"logs:CreateLogGroup",
140-
"logs:PutLogEvents"
140+
"logs:PutLogEvents",
141+
"logs:PutRetentionPolicy"
141142
],
142143
"Resource": "*"
143144
}]

0 commit comments

Comments
 (0)