System role assignments exist after removing users
Bug #1749264 reported by
Lance Bragstad
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Lance Bragstad | ||
Queens |
Fix Committed
|
High
|
Lance Bragstad |
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].
Changed in keystone: | |
milestone: | none → queens-rc2 |
status: | New → Triaged |
importance: | Undecided → High |
tags: | added: queens-backport-potential |
Changed in keystone: | |
milestone: | queens-rc2 → rocky-1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/544067
Review: https:/