Comment 1 for bug 1044032

Revision history for this message
stelford (stef-ummon) wrote :

This stops the 500 explosion and returns a 403 Forbidden.

The request that explodes is 'improperly formatted', at least with regards to keystone/service.py; which expects a token in the request body specifically, or an auth dict in the format at line 272 in the authenticate method.