Skip to content

Commit

Permalink
added policies to manage identity store resource
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Jan 14, 2024
1 parent 62973f7 commit fbd0f6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion amg_workspace/user-policy-files/aws-iam-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"sso:GetProfile",
"sso:ListDirectoryAssociations",
"sso:ListProfiles",
"sso:ListProfileAssociations"
"sso:ListProfileAssociations",
"sso:ListInstances",
"identitystore:CreateUser",
"identitystore:DescribeUser",
"identitystore:DeleteUser",
"identitystore:UpdateUser"
],
"Resource": "*"
},
Expand Down

0 comments on commit fbd0f6e

Please sign in to comment.