Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Add AdminDeleteUser and SignUp permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Nguyen committed Feb 9, 2022
1 parent ee39f8e commit e77ac9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/cicd/cicd-pipeline/config/infra/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@ Resources:
- Effect: 'Allow'
Action:
- cognito-idp:AdminInitiateAuth
- cognito-idp:AdminDeleteUser
- cognito-idp:SignUp
Resource:
- !Sub 'arn:aws:cognito-idp:${AWS::Region}:${AWS::AccountId}:userpool/*'
- !Ref AWS::NoValue
Expand Down

0 comments on commit e77ac9f

Please sign in to comment.