Skip to content

Commit 0ee8b8d

Browse files
authored
Allow access to secretsmanager
1 parent 17cdb73 commit 0ee8b8d

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
@@ -1938,6 +1938,9 @@ Resources:
19381938
- Action: 'states:ListExecutions'
19391939
Effect: Allow
19401940
Resource: '*'
1941+
- Action: 'secretsmanager:GetSecretValue'
1942+
Effect: Allow
1943+
Resource: "arn:aws:secretsmanager:{{.Cluster.Region}}:{{.Cluster.InfrastructureAccount | getAWSAccountID}}:secret:*.zmon-db-user.credentials*"
19411944
Version: 2012-10-17
19421945
PolicyName: root
19431946
RoleName: "{{.Cluster.LocalID}}-app-zmon"

0 commit comments

Comments
 (0)