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
Copy file name to clipboardExpand all lines: packages/backend-deployer/src/cdk_error_mapper.test.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -399,6 +399,13 @@ npm error A complete log of this run can be found in: /home/some-path/.npm/_logs
399
399
errorName: 'InvalidPackageJsonError',
400
400
expectedDownstreamErrorMessage: undefined,
401
401
},
402
+
{
403
+
errorMessage: `Error: some-stack failed: ValidationError: User: <escaped ARN> is not authorized to perform: ssm:GetParameters on resource: <escaped ARN> because no identity-based policy allows the ssm:GetParameters action`,
404
+
expectedTopLevelErrorMessage:
405
+
'Unable to deploy due to insufficient permissions',
0 commit comments