"Create User" and "Delete User" buttons are missing for a domain admin user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard Charm |
Fix Released
|
Medium
|
Billy Olsen |
Bug Description
The setup with xenial + Queens UCA and 18.02 charms is as follows:
https:/
adma and admb are users with Admin role granted on their respective domain level so they can manage users, groups and roles due to how policy rules shipped via charms are structured http://
"identity:
While it is possible to do CRUD on users from CLI, e.g. adma user can create new users in domain a, there is no visible way to do that from the dashboard for create and delete operations ("edit" dropdowns are visible, see the screenshot).
A user with an admin-project/
https:/
The problem does not seem to be related to oslo.policy directly (policy files seem to be correct) - just to how horizon handles domain administrators.
It is possible to create users from the dashboard without using a button by directly invoking the modal window via accessing the right URL directly: http://<horizon-
Note: for Groups only the "Create button is present" while the "Delete" button is not present.
See also:
1) the same type of bug but for roles https:/
2) "delete groups" https:/
description: | updated |
description: | updated |
Changed in charm-openstack-dashboard: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Billy Olsen (billy-olsen) |
milestone: | none → 18.11 |
milestone: | 18.11 → 18.08 |
Changed in horizon (Ubuntu): | |
status: | New → Invalid |
Changed in charm-openstack-dashboard: | |
status: | Fix Committed → Fix Released |
no longer affects: | horizon (Ubuntu) |
Attached the screenshot showing that it is possible to invoke that modal window directly.