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.
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.