Open zjaml opened 5 years ago
I have a similar issue using Endpoints for Cloud Run (not python framework). I can deploy multiple yaml files using x-google-api-name, but portal only show the first one. APIs from both files are called, but I haven't tested authentication. Issues could be related.
I struggled to get multiple APIs working correctly for days. After I deployed the service using the steps below, although both api require api key, the problems are:
Is this a bug for cloud endpoints?
this generates
greetingv1openapi.json
andauthedgreetingv1openapi.json
update the app.yaml as following:
deploy to GAE
Source code: