← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1431842] Re: GET /v3/auth/tokens without X-Subject-Token raises TypeError

 

Here is the response I got:

$ curl -k -H "X-Auth-Token:ADMIN" http://10.0.2.15:35357/v3/auth/tokens | python -mjson.tool
{
    "error": {
        "code": 401,
        "message": "The request you have made requires authentication. (Disable debug mode to suppress these details.)",
        "title": "Unauthorized"
    }
}

Tested on both Kilo and Juno, seems the issue is already resolved.


** Changed in: keystone
       Status: Triaged => 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/1431842

Title:
  GET /v3/auth/tokens without X-Subject-Token raises TypeError

Status in OpenStack Identity (Keystone):
  Invalid

Bug description:
  [DEFAULT]admin_token = ADMIN

  curl -k -H "X-Auth-Token:ADMIN" http://localhost:35357/v3/auth/tokens
  | python -mjson.tool

  http://paste.openstack.org/show/192079/

  rev 55d940c70be405e6dcf48eaa4aed0c2d766aadeb

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


References