Skip to content

Commit 2149c89

Browse files
committed
allow dax:DescribeClusters for zmon
so we can detect them and create entities
1 parent b7a32b5 commit 2149c89

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
@@ -1468,6 +1468,9 @@ Resources:
14681468
- Action: 'cloudwatch:List*'
14691469
Effect: Allow
14701470
Resource: '*'
1471+
- Action: 'dax:DescribeClusters'
1472+
Effect: Allow
1473+
Resource: '*'
14711474
- Action: 'ec2:Describe*'
14721475
Effect: Allow
14731476
Resource: '*'

0 commit comments

Comments
 (0)