← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1414627] Re: check whether V2 token is revoked has been performed twice

 

** 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/1414627

Title:
  check whether V2 token is revoked has been performed twice

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  Check whether V2 token is revoked or not has been performed twice,

  First check is here, 
  https://github.com/openstack/keystone/blob/master/keystone/token/provider.py#L247

  Then in the func of _is_valid_token(token), the code check it again, 
  https://github.com/openstack/keystone/blob/master/keystone/token/provider.py#L357

  This is unnecessary and has been removed in the
  validate_v3_token(self, token_id), need remove this code in
  validate_v2_token(...) as well.

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


References