Skip to content

Commit

Permalink
Merge pull request #8940 from zalando-incubator/add-zmon-policy
Browse files Browse the repository at this point in the history
Allow access to secretsmanager:GetSecretValue for ZMON role
  • Loading branch information
mikkeloscar authored Mar 6, 2025
2 parents 8a2c946 + 0ee8b8d commit 778a246
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1938,6 +1938,9 @@ Resources:
- Action: 'states:ListExecutions'
Effect: Allow
Resource: '*'
- Action: 'secretsmanager:GetSecretValue'
Effect: Allow
Resource: "arn:aws:secretsmanager:{{.Cluster.Region}}:{{.Cluster.InfrastructureAccount | getAWSAccountID}}:secret:*.zmon-db-user.credentials*"
Version: 2012-10-17
PolicyName: root
RoleName: "{{.Cluster.LocalID}}-app-zmon"
Expand Down

0 comments on commit 778a246

Please sign in to comment.