Skip to content

Commit

Permalink
fix: Add mission permission to allow ECS Fargate container exec (#440)
Browse files Browse the repository at this point in the history
* fix: Add mission permission to allow ECS Fargate container exec

* Provided a default value for an optional argument
  • Loading branch information
alexlokshin-czi authored Nov 16, 2022
1 parent b435483 commit 24b3036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws-assume-role-policy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ variable "source_account_ids" {

variable "source_role_arns" {
type = list(string)
default = []
description = "The source AWS roles to establish a trust relationship. Ignored if empty or not provided."
}

Expand Down Expand Up @@ -55,4 +56,4 @@ variable "ci_manager" {
))
default = []
description = "If this role will manage CI profiles, include the external ID value (name of the service) and its account ID"
}
}
1 change: 1 addition & 0 deletions aws-iam-role-poweruser/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ data "aws_iam_policy_document" "misc" {
"iam:UpdateAssumeRolePolicy",
"iam:UpdateRole",
"iam:UpdateRoleDescription",
"iam:SimulatePrincipalPolicy"
]

resources = ["*"]
Expand Down

0 comments on commit 24b3036

Please sign in to comment.