← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1747332] Re: application credential cache is not invalidated

 

Reviewed:  https://review.openstack.org/540324
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=c6cfaadf5f0846c551f1331619a2b1e0d6823622
Submitter: Zuul
Branch:    master

commit c6cfaadf5f0846c551f1331619a2b1e0d6823622
Author: wangxiyuan <wangxiyuan@xxxxxxxxxx>
Date:   Mon Feb 5 10:37:06 2018 +0800

    Add cache invalidation when delete application credential
    
    When delete application credentials for a user/project, the
    realted cache information should be invalidated as well.
    
    Closes-Bug: #1747332
    Change-Id: I431bf1921a636cce00a807f9d639628da8664c24


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

Title:
  application credential cache is not invalidated

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  application credential cache is not invalidated when the related user
  is disabled/deleted or the related assignment is removed.

  reproduce:
  1. create an application credential.
  2. get it for caching.
  3. delete the related user (or disable it, or remove an assigned role)
  4. get it again.

  Expect: return 404 in step 4.
  Actual: still return the deleted application credential.

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


References