yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #00801
[Bug 1108393] Re: Error when deleting multiple tokens on logout
** Changed in: horizon
Status: Fix Committed => Fix Released
** Changed in: horizon
Milestone: None => grizzly-3
--
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/1108393
Title:
Error when deleting multiple tokens on logout
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
On user logout, each token created is iterated and revoked.
On token revocation, it requires a valid token to be passed in the
header. If the token used has already been revoked during the
for..loop of the token revocation, it throws an exception.
For example:
There are token#1, token#2 and token#3 stored in session, and token#2
is stored in the auth_token of the client code. By the time the
application tries to revoke token#3, token#2 has already been revoked
and cannot be used to revoke token#3.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1108393/+subscriptions