Reputation: 1723
I am trying to deploy app in Google App Engine and I am getting following error message
ERROR: (gcloud.app.deploy) Error Response: [13] Flex operation projects/black-tenure-213005/regions/us-east1/operations/379b4ee9-aa45-4681-bf6e-8f4fcc8b93f1 error [INTERNAL] : An internal error occurred while processing task /appengine-flex-v1/insert_flex_deployment/flex_create_resources>2018-09-27T03:45:41.652Z2073: 500 Internal Server Error { "code" : 500, "errors" : [ { "debugInfo" : "No backend error mapping found for errorCode: deployment.proto.DeploymentManagerErrorDomain.INTERNAL_ERROR, method: deploymentmanager.deployments.insert, and location: null. Output will be 500 Internal Server Error.\n/DeploymentsService.Insert to [2002:a30:2f16::]:4118 [APPLICATION_ERROR(500)] com.google.security.data_access. client.DataAccessException: com.google.net.rpc3.client.RpcClientException: APPLICATION_ERROR;security.data_access/DataAccessService.RequestTransactDat;java.security.GeneralS ecurityException: [Policy name: deploymentmanager-transact-dat] client \"MdbUser = cloud-dm\" is not allowed by the policy;
Please help me regarding this.
Thanks in advance.
Upvotes: 0
Views: 2384
Reputation: 2232
As @DazWilkin pointed out, a general issue was affecting the Deployment Manager in GCP. Here's the incident documented in the Google Cloud Status Dashboard. By what I can see from the report, the issue has already been solved.
Errors with code 500 when deploying GAE Flex applications can be linked to the Deployment Manager experiencing issues. Given that the original issue is solved, the GAE Flex deployments should be working normally again.
Upvotes: 0