Now that we're in the Rocky development cycle, we've removed the uuid
token provider and the sql token storage driver, since it was slated for
removal this release [0].

[0] https://review.openstack.org/#/c/543060/

** Changed in: keystone
       Status: In Progress => Invalid

-- 
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:
  Persistent tokens are not cleaned up when removing users from projects

Status in OpenStack Identity (keystone):
  Invalid

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to