Hi Vinny, Thanx for answering.
I'm indeed using Java and already set a security constraint on /* to restrict access to admin only. It works fine but a new instance is started everytime one of my backend URL is called. Backends were not reachable from the Internet unless stated "public". I would like to have something similar for my modules. And thanx for all your helping answers on this forum. François François Masurel On Thu, Sep 26, 2013 at 5:35 PM, Vinny P <[email protected]> wrote: > On Wed, Sep 25, 2013 at 11:51 AM, Francois Masurel <[email protected]> > wrote: > >> Is it possible to make a module private (as it was the default with >> backends) ? >> >> I'm only using modules for long task processing so I don't need and I >> don't want to have them publicly available. >> >> > > Hi Francois, > > To make a module private, create a dispatch file and set it to *login: > admin* in the handlers section. > > See this page for further documentation: > https://developers.google.com/appengine/docs/java/modules/routing and > scroll down to the bottom of the section *Addressing Instances*. > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-appengine/KvaLdfCEEDA/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
