Skip to content

Commit

Permalink
adding policy to cloudformation stack role of gen1 app
Browse files Browse the repository at this point in the history
  • Loading branch information
numcys authored and nightfury1204 committed Sep 16, 2024
1 parent e880d54 commit 1aedb67
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions provider/aws/formation/g1/app.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,21 @@
}
]
}
},
{
"PolicyName": "PassRolePolicy",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:PassRole"
],
"Resource": "*"
}
]
}
}
]
}
Expand Down
15 changes: 15 additions & 0 deletions provider/aws/formation/rack.json
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,21 @@
}
]
}
},
{
"PolicyName": "PassRolePolicy",
"PolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:PassRole"
],
"Resource": "*"
}
]
}
}
]
}
Expand Down

0 comments on commit 1aedb67

Please sign in to comment.