Skip to content

Commit

Permalink
feat: grant ssm:GetParameters to ecs_exec role (#42)
Browse files Browse the repository at this point in the history
ssm:GetParameters allows to use the ```secrets``` and ```valueFrom``` for the ssm params

Author:    Gleb Godonoga <gleb.godonoga@gmail.com>

Co-authored-by: Maxim Mironenko <simixido@gmail.com>
  • Loading branch information
SidhNor and maximmi committed Feb 25, 2020
1 parent 1d29048 commit e053720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ data "aws_iam_policy_document" "ecs_exec" {
resources = ["*"]

actions = [
"ssm:GetParameters",
"ecr:GetAuthorizationToken",
"ecr:BatchCheckLayerAvailability",
"ecr:GetDownloadUrlForLayer",
Expand Down

0 comments on commit e053720

Please sign in to comment.