Skip to content

Commit a53b85b

Browse files
authored
Merge pull request #8039 from zalando-incubator/zmon-lambda-permissions
Add permissions to list lambda for zmon role
2 parents 476dd35 + 2265a3b commit a53b85b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cluster/cluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,6 +1726,9 @@ Resources:
17261726
- Action: 'kinesis:Describe*'
17271727
Effect: Allow
17281728
Resource: '*'
1729+
- Action: 'lambda:List*'
1730+
Effect: Allow
1731+
Resource: '*'
17291732
- Action: 'opsworks:Describe*'
17301733
Effect: Allow
17311734
Resource: '*'

0 commit comments

Comments
 (0)