We had working solution for Cloud Endpoints on standard AppEngine, but recently we switched to Managed VMs https://cloud.google.com/appengine/docs/java/managed-vms/
Everything seems to work the same, except Cloud Endpoints.
I have the same results for production Managed VMs and local docker dev environment.
Some suspicious lines from gcloud preview app run
output:
INFO: default: "POST /_ah/spi/BackendService.getApiConfigs HTTP/1.1" 404 29
INFO: default: "GET /_ah/api/discovery/v1/apis/admin/v1/rest?fields=servicePath%2Cresources%2Cparameters%2Cmethods&pp=0 HTTP/1.1" 500 60
I can't find out if Google Cloud Endpoints are supported on Managed VMs at all? And if they are supported what should I do to fix this issue?