← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1603861] Re: wrong check condtion for revoke event

 

Reviewed:  https://review.openstack.org/342034
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9df02bfb551b81e99ee4cc81f11e3881cd4ed80a
Submitter: Jenkins
Branch:    master

commit 9df02bfb551b81e99ee4cc81f11e3881cd4ed80a
Author: Dave Chen <wei.d.chen@xxxxxxxxx>
Date:   Thu Jul 14 16:06:18 2016 +0800

    Fix the wrong check condition
    
    Keystone has the code to prevent `None` value to be returned in the
    revoke event, but there is wrong check condition that leads to
    the `access_token_id` with None will be returned to end user.
    
    Closes-Bug: #1603861
    Change-Id: Ifc2908ffb6b8353d24a6416338d8fadb0e0b2a21


** Changed in: keystone
       Status: In Progress => Fix Released

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

Title:
  wrong check condtion for revoke event

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  Keystone has the code to prevent `None` value to be returned when list
  revoke event, but there is wrong check condition that leads to
  access_token_i with None returned to end user.

  see code here.
  https://github.com/openstack/keystone/blob/master/keystone/models/revoke_model.py#L114-L115

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


References