← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1700748] [NEW] Improper handle building list of token deletion

 

Public bug reported:

If deleting a role, we should iterate over the assignments for this role
and build the list of tokens we need to delete. In order to minimize the
number of token list to delete, remove any redundant user+project
deletions.

I think simplify the list for the same user is Improper, the same user
and different project target different tokens. At the same time,
original processing actually doesn't work due to user_ids is never added
to.

** Affects: keystone
     Importance: Undecided
     Assignee: zhengliuyang (zlyqqq)
         Status: In Progress

-- 
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/1700748

Title:
  Improper handle building list of token deletion

Status in OpenStack Identity (keystone):
  In Progress

Bug description:
  If deleting a role, we should iterate over the assignments for this
  role and build the list of tokens we need to delete. In order to
  minimize the number of token list to delete, remove any redundant
  user+project deletions.

  I think simplify the list for the same user is Improper, the same user
  and different project target different tokens. At the same time,
  original processing actually doesn't work due to user_ids is never
  added to.

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


Follow ups