Private Stashboard Task Queue 302

150 views
Skip to first unread message

Demetri Mouratis

unread,
May 18, 2013, 4:04:33 PM5/18/13
to stash...@googlegroups.com
Hi,

Thanks for Stashboard!

I'm required to force auth to our local google apps domain for all requests to Stashboard.  I've added:

- url: .*
  script: main.py
  login: required

at the bottom of my app.yaml.

This works great.  

The issue I'm facing is a slew of Warning messages in the logs.  These appear to be caused by AppEngine itself trying to access / on my Stashboard:

2013-05-18 12:54:39.404 / 302 19ms 0kb AppEngine-Google; (+http://code.google.com/appengine)
0.1.0.2 - - [18/May/2013:12:54:39 -0700] "GET / HTTP/1.1" 302 0 "https://mystashboard.appspot.com/admin/api/v1/services/myservice/events" "AppEngine-Google; (+http://code.google.com/appengine)" "mystashboard.appspot.com" ms=20 cpu_ms=0 queue_name=default task_name=11218064796186132640 app_engine_release=1.8.0 
W 2013-05-18 12:54:39.403
Request failed because URL requires user login. For requests invoked within App Engine (offline requests like Task Queue, or webhooks like XMPP and Incoming Mail), the URL must require admin login (or no login).

The Task Queue shows a bunch of tasks set out to:

GET /

They are continually retrying as they get a 302 response code treated as an App Error.

Question: what can I do to suppress this loop?

Thanks.

-D

Reply all
Reply to author
Forward
0 new messages