diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2012-10-09 09:22:03 +0000 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2012-10-09 09:23:11 +0000 |
| commit | 0fded564f12e62cba2e163ef74074d03b5d2347f (patch) | |
| tree | 12c9af2f53376329da6724d712407e8519967fcb /docs/source | |
| parent | e7fdf934f5a082dc58a542b54e1eb24b9054af2d (diff) | |
Raise 400 if credentials not provided (bug 1044032)
This request:
POST /v2.0/tokens
{
"auth": {
"RAX-KSKEY:apiKeyCredentials": {
"apiKey": "pass",
"tenantName": "admin",
"username": "admin"
}
}
}
Now results in:
400 Bad Request
{
"error": {
"code": 400,
"message": "Expecting to find passwordCredentials or token in auth. The server could not comply with the request since it is eithermalformed or otherwise incorrect. The client is assumed to be in error.",
"title": "Bad Request"
}
}
Change-Id: I5caf2b15b1bf60e0e31e8afcc7fc227744bd933a
Diffstat (limited to 'docs/source')
0 files changed, 0 insertions, 0 deletions
