Skip to content

Commit

Permalink
add sso:ListPermissionSetsProvisionedToAccount to StatementForAWSIden…
Browse files Browse the repository at this point in the history
…tityCenterAccess (#48496)
  • Loading branch information
flyinghermit authored Nov 6, 2024
1 parent b0e1f9c commit c6c62be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/cloud/aws/policy_statements.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ func StatementForAWSIdentityCenterAccess() *Statement {
"sso:DescribePermissionSet",
"sso:ListPermissionSets",
"sso:ListAccountAssignmentsForPrincipal",
"sso:ListPermissionSetsProvisionedToAccount",

// CreateAndDeleteAccountAssignment
"sso:CreateAccountAssignment",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ AssignPolicy: {
"sso:DescribePermissionSet",
"sso:ListPermissionSets",
"sso:ListAccountAssignmentsForPrincipal",
"sso:ListPermissionSetsProvisionedToAccount",
"sso:CreateAccountAssignment",
"sso:DescribeAccountAssignmentCreationStatus",
"sso:DeleteAccountAssignment",
Expand Down

0 comments on commit c6c62be

Please sign in to comment.