How to check service-to-service authentication in Google Cloud Endpoints?
问题 I'm trying to split a monolith Google App Engine application (using Python & standard environment) into several services within one application. Default service is calling API implemented using the Endpoints framework in another service. Everything works nicely except that I don't understand how to correctly check authentication of the default service (and make it work both in local development server and in production). To call the service I'm using google-api-python-client and default