Skip to content

Commit

Permalink
Add "iam:GetRole" to cdk definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Aug 17, 2023
1 parent 310eccb commit c13f5d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci-isolation/src/main/resources/sagemaker-access.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@
{
"Effect": "Allow",
"Action": [
"iam:PassRole"
"iam:PassRole",
"iam:GetRole"
],
"Resource": [
"arn:aws:iam::*:role/*",
Expand Down

0 comments on commit c13f5d9

Please sign in to comment.