← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1425174] [NEW] explicit unscoped token request does not match spec

 

Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1425174

Title:
  explicit unscoped token request does not match spec

Status in OpenStack Identity (Keystone):
  New

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


Follow ups

References