yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37044
[Bug 1486745] Re: unscoped_token not hashed correctly
** Also affects: horizon
Importance: Undecided
Status: New
--
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:
unscoped_token not hashed correctly
Status in django-openstack-auth:
New
Status in OpenStack Dashboard (Horizon):
New
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