yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09342
[Bug 1203858] Re: v3 auth demanding token id
Unassigning due to inactivity.
** Changed in: keystone
Assignee: Adam Young (ayoung) => (unassigned)
** Changed in: keystone
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1203858
Title:
v3 auth demanding token id
Status in OpenStack Identity (Keystone):
Invalid
Bug description:
Not sure if this is my fault yet or not, but this is on a fresh
checkout of master client and server, with completely default config.
$ curl -i http://localhost:35357/v3/auth/tokens -X POST -H "Content-Type: application/json" -H "User-Agent: python-keystoneclient" -d '{"auth": {"identity": {"methods": ["password"], "password": {"user": {"domain": {"id": "default"}, "name": "admin", "password": "secrete"}}}, "scope": {"project": {"domain": {"id": "default"}, "name": "admin"}}}}'
HTTP/1.1 400 Bad Request
Server: gunicorn/17.5
Date: Mon, 22 Jul 2013 19:38:09 GMT
Connection: close
Vary: X-Auth-Token
Content-Type: application/json
Content-Length: 229
{"error": {"message": "Expecting to find id in token. The server could
not comply with the request since it is either malformed or otherwise
incorrect. The client is assumed to be in error.", "code": 400,
"title": "Bad Request"}}
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1203858/+subscriptions