Skip to content

Commit

Permalink
Merge pull request #684 from udondan/update-aws-managed-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed May 9, 2024
2 parents 64c1424 + a6a0540 commit fa4f243
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,8 @@
"Sid": "AllowSSOAction",
"Effect": "Allow",
"Action": [
"sso:CreateApplicationAssignment"
"sso:CreateApplicationAssignment",
"sso:AssociateProfile"
],
"Resource": "*"
},
Expand Down Expand Up @@ -1177,7 +1178,8 @@
"states:StopExecution",
"states:UpdateStateMachine",
"tag:GetResources",
"sso:CreateApplicationAssignment"
"sso:CreateApplicationAssignment",
"sso:AssociateProfile"
],
"Resource": "*"
}
Expand Down

0 comments on commit fa4f243

Please sign in to comment.