← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1749264] Re: System role assignments exist after removing users

 

** Also affects: keystone/queens
   Importance: High
     Assignee: Lance Bragstad (lbragstad)
       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/1749264

Title:
  System role assignments exist after removing users

Status in OpenStack Identity (keystone):
  In Progress
Status in OpenStack Identity (keystone) queens series:
  In Progress

Bug description:
  Keystone cleans up role assignments a user has on projects and domains
  when deleting the user. This isn't true for system role assignments.
  Instead, they are left after the user is deleted. I recreate the issue
  by doing the following with a basic devstack install:

  $ openstack user create bob
  $ openstack role add --user bob --system all admin
  $ openstack role assignment list --names (bob will have a role assignment on the system)
  $ openstack user delete bob
  $ openstack role assignment list --names (an empty assignment will exist on the system)

  Paste recreating the issue [0].

  [0] http://paste.openstack.org/raw/671038/

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


References