doc/book/en/admin/gae.rst
changeset 4446 a413fac5ff5e
parent 4437 21f2e01fdd6a
child 5388 9167751463d4
equal deleted inserted replaced
4445:ef623f05e5e2 4446:a413fac5ff5e
   166 In ``app.conf`` modify the following variable::
   166 In ``app.conf`` modify the following variable::
   167  
   167  
   168   # does this instance rely on google authentication service or not.
   168   # does this instance rely on google authentication service or not.
   169   use-google-auth=no
   169   use-google-auth=no
   170 
   170 
   171 In ``app.yaml`` comment the `login:._cwuired` set by default in the handler::
   171 In ``app.yaml`` comment the `login: required` set by default in the handler::
   172 
   172 
   173   - url: .*
   173   - url: .*
   174   script: main.py
   174   script: main.py
   175   # comment the line below to allow anonymous access or if you don't want to use
   175   # comment the line below to allow anonymous access or if you don't want to use
   176   # google authentication service
   176   # google authentication service
   177   #login:._cwuired
   177   #login: required
   178 
   178 
   179 
   179 
   180 
   180 
   181 
   181 
   182 Quickstart : launch the instance
   182 Quickstart : launch the instance
   206 
   206 
   207 If you choosed to use google authentication, then you will not need to set up
   207 If you choosed to use google authentication, then you will not need to set up
   208 and administrator login but you will get the cookie value as well.
   208 and administrator login but you will get the cookie value as well.
   209 
   209 
   210 This cookie values needs to be provided to ``laxctl`` commands
   210 This cookie values needs to be provided to ``laxctl`` commands
   211 in order to handle datastore administration._cwuests.
   211 in order to handle datastore administration requests.
   212 
   212 
   213 .. image:: ../images/lax-book.02-cookie-values.en.png
   213 .. image:: ../images/lax-book.02-cookie-values.en.png
   214    :alt: displaying the detailed view of the cookie values returned
   214    :alt: displaying the detailed view of the cookie values returned
   215 
   215 
   216 
   216