Hi Appreciate the feedback.
I am using Standard environment in Python 3.7. I need to create a URL for services that can only be access from inside the application after login authentication. The services will be modules that will available. It cannot be accessed from outside the application. Do i restrict access via app.yaml only to allow access from within the application into a module which will be a "service" . How best to do it ? Mukesh Raj On Friday, 23 April 2021 at 18:24:40 UTC+10 [email protected] wrote: > Which documentation are you following? Are you thinking of using GAE Flex > or GAE Standard? > > I have added a couple of links that you might find interesting that > details how requests are routed in GAE. Please note, this is for Python but > the concept is the same for other languages. > > - > > How Requests are Routed > > <https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-routed> > - > > Communicating Between Your Services > > <https://cloud.google.com/appengine/docs/standard/python3/communicating-between-services> > - > > Serverless network endpoint groups overview > <https://cloud.google.com/load-balancing/docs/negs/serverless-neg-concepts> > > > On Monday, April 12, 2021 at 11:54:36 AM UTC+2 [email protected] wrote: > >> Hi >> >> I am trying to develop an GAE with multiple modules each having distinct >> codes talking to Firebase. A client might need an app with only 2 modules >> and other might need 5 modules...i was hoping to load them as services or >> microservices...problem is how to connect them together ? >> >> It is like going to an accounting system and having a GL, Job Costing, >> Project costing as a separate module. In the main entry point (services: >> default) there will be a button to go to each services or modules From >> what i understand in the documentation...each services (previously modules) >> cannot access to each of them unless via REST. >> >> Any bright ideas how to do it in GAE using Firebase ? >> >> Appreciate the input. >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b7a45753-f14a-41ab-adb1-34f0daa4c12en%40googlegroups.com.
