appirio-tech / accounts-app

accounts.topcoder.com
2 stars 25 forks source link

Socail Sign up plugins are not working for new registration #218

Closed m-yadav closed 5 years ago

m-yadav commented 5 years ago

Description

Users are unable to register themselves using Social log in pluginns like Git, Google or Facebook. They land upon the registartion page with details being filled but then the error pops up like below screenprint.

image

m-yadav commented 5 years ago

Below are the logs from the console when user api is being hit.

{ "id":"65bfbe6e:16b95f0fef9:f70", "result":{ "success":true, "status":500, "metadata":null, "content":"User: arn:aws:sts::409275337247:assumed-role/ecsInstanceRole/i-0729b7a892544573e is not authorized to perform: dynamodb:PutItem on resource: arn:aws:dynamodb:us-east-1:409275337247:table/Externals.Accounts (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: AccessDeniedException; Request ID: RPS8FMH3LEO106T169QFS9RCVBVV4KQNSO5AEMVJF66Q9ASUAAJG)"}, "version":"v3"

}

sachin-maheshwari commented 5 years ago

This should be fixed now. Last week (31-Aug-2019) we resolved dynamodb permission issue (not accessible from ECS cluster instance due to expired AWS access key) and redeploy the Identity service.