yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #41561
[Bug 1425174] Re: explicit unscoped token request does not match spec
Was fixed in commit
98732367e384b89c9ff9dd632be870e774083b94
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1425174
Title:
explicit unscoped token request does not match spec
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
Spec states:
http://git.openstack.org/cgit/openstack/keystone-specs/tree/api/v3
/identity-api-v3.rst#n1779
A user may explicitly request an unscoped token by setting
the "scope" value of the token request to the string "unscoped."
However the code actaully tests:
scope_data['unscoped'] = {}
which generates a dictionary, not a string.
In this case, the spec should change to match the code.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1425174/+subscriptions
References