Skip to content

Commit 2265a3b

Browse files
author
Markus Wyrsch
committed
Add permissions to list lambda functions and tags for this functions for zmon role
1 parent a2f51a0 commit 2265a3b

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)