Skip to content

Commit

Permalink
drop! local testing only
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Aug 23, 2022
1 parent 54cd671 commit 41ac538
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions aws/iam/policy/NextstrainDotOrgServerInstanceDev.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@
"arn:aws:s3:::nextstrain-groups/test/*",
"arn:aws:s3:::nextstrain-groups/test-private/*"
]
},
{
"Sid": "CognitoUserPoolActions",
"Effect": "Allow",
"Action": [
"cognito-idp:AdminAddUserToGroup",
"cognito-idp:AdminRemoveUserFromGroup",
"cognito-idp:ListUsersInGroup"
],
"Resource": [
"arn:aws:cognito-idp:us-east-1:827581582529:userpool/us-east-1_Cg5rcTged"
]
}
]
}

0 comments on commit 41ac538

Please sign in to comment.