Hi,
We are setting up an ESPv2 proxy using gRPC (using descriptor.pb and api_config.yaml) deployed on Google Cloud Run
For some of our services we are getting the following errors when deploying:
fail to initialize config manager: fail to unmarshal service config ...
Both service configurations have been successfully submitted and rolled out to Google Services API and are displaying in the Google Cloud Console - Endpoints UI.
I have attached the following services:
- service_failed.yaml - for which we received the above error when deploying to Cloud Run
- service_success.yaml - which successfully deployed to Cloud Run and CORS, HTTP-Transcoding etc. works as expected.
Any reason why the first server config would have failed?