← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1430062] Re: Fernet token response has wrong methods

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

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

Title:
  Fernet token response has  wrong methods

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  If you validate fernet token, the token response has 2 methods.  Since
  the  token is  obtained using the "password" method, the response
  should only have "password" method

  
  ex - token response

   "expires_at": "2015-03-14T03:06:39Z",
          "extras": {},
          "issued_at": "2015-03-09T23:06:39Z",
          "methods": [
              "password",
              "token"
          ],

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1430062/+subscriptions


References