← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1486745] Re: Horizon project list broken by pki/pkiz tokens

 

*** This bug is a duplicate of bug 1484499 ***
    https://bugs.launchpad.net/bugs/1484499

** No longer affects: horizon

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1486745

Title:
  Horizon project list broken by pki/pkiz tokens

Status in django-openstack-auth:
  Fix Committed

Bug description:
  When logging into Horizon with a Keystone that uses pki or pkiz tokens
  the project list in the pull down is empty. The root cause is the
  constructor for openstack_auth.user.Token is reusing the hasher object
  that already has content from hashing the token_id. This results in a
  403 error when trying to load the project list with the unscoped token
  because the hashed value does not match the id in Keystone.

  If the hasher is recreated before hashing the unscoped token, it will
  match the token id in Keystone and all is good.

To manage notifications about this bug go to:
https://bugs.launchpad.net/django-openstack-auth/+bug/1486745/+subscriptions