Security: the green endpoints required no session
GET /api/v1/green/summary, /green/budgets and /green/report were
registered without the session middleware that every other signal route uses.
On an install with authentication enabled, all three answered 200 to a
caller with no session at all.