Skip to content

Commit beff54f

Browse files
committed
Revert "Update Function IAM permissions"
This reverts commit c90349b.
1 parent c90349b commit beff54f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

template.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -449,15 +449,16 @@ Resources:
449449
- Sid: IdentityStoreAccesPolicy
450450
Effect: Allow
451451
Action:
452-
- "identitystore:List*"
453-
- "identitystore:Describe*"
454-
- "identitystore:IsMemberInGroups"
455-
- "identitystore:GetGroupMembershipId"
452+
- "identitystore:DeleteUser"
456453
- "identitystore:CreateGroup"
457454
- "identitystore:CreateGroupMembership"
455+
- "identitystore:ListGroups"
456+
- "identitystore:ListUsers"
457+
- "identitystore:ListGroupMemberships"
458+
- "identitystore:IsMemberInGroups"
459+
- "identitystore:GetGroupMembershipId"
458460
- "identitystore:DeleteGroupMembership"
459461
- "identitystore:DeleteGroup"
460-
- "identitystore:DeleteUser"
461462
Resource:
462463
- "*"
463464
- Sid: CodePipelinePolicy

0 commit comments

Comments
 (0)