← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1430433] Re: Fernet token validation doesn't return catalog and role information for domain scoped tokens

 

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

** Changed in: keystone
    Milestone: None => kilo-3

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

Title:
  Fernet token validation doesn't return catalog and role information
  for domain scoped tokens

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:

  root@4d4627c10662:/etc/keystone# curl -k -H "X-Auth-Token:ADMIN"  -H "X-Subject-Token:$d" http://localhost:35357/v3/auth/tokens | python -mjson.tool
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  100   292  100   292    0     0    154      0  0:00:01  0:00:01 --:--:--   154
  {
      "token": {
          "audit_ids": [
              "c5zfY85bTrm_q8pAy2hk-A"
          ],
          "expires_at": "2015-03-14T20:44:40Z",
          "extras": {},
          "issued_at": "2015-03-10T16:44:40Z",
          "methods": [
              "password",
              "token"
          ],
          "user": {
              "domain": {
                  "id": "default",
                  "name": "Default"
              },
              "id": "ad89796c89e7422bb8b9f1bbf9d84bf6",
              "name": "admin"
          }
      }
  }
  root@4d4627c10662:/etc/keystone#

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


References