You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'You are not authorized to create a user',
244
248
resolution:
245
-
'Run npx ampx sandbox seed generate-policy and attach the outputted policy to yourself',
249
+
'Run npx ampx sandbox seed generate-policy, attach the outputted policy template to a role with AmplifyBackendDeployFullAccess, assume that role to run seed',
Copy file name to clipboardExpand all lines: packages/seed/src/auth-seed/auth_client.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ export class AuthClient {
68
68
{
69
69
message: 'You are not authorized to create a user',
70
70
resolution:
71
-
'Run npx ampx sandbox seed generate-policy and attach the outputted policy to yourself',
71
+
'Run npx ampx sandbox seed generate-policy, attach the outputted policy template to a role with AmplifyBackendDeployFullAccess, assume that role to run seed',
0 commit comments