Bug 1613387
Summary: | Tenant admins is not able to see newly created users | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Appliance | Assignee: | Gregg Tanzillo <gtanzill> |
Status: | CLOSED ERRATA | QA Contact: | Antonin Pagac <apagac> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 5.8.0 | CC: | abellott, cpelland, dmetzger, gtanzill, hkataria, jrafanie, lavenel, mpovolny, obarenbo, sheda, smallamp |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.9.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.9.4.4 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1596639 | Environment: | |
Last Closed: | 2018-09-04 18:01:56 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1596639 | ||
Bug Blocks: |
Comment 2
CFME Bot
2018-08-08 13:31:21 UTC
New commit detected on ManageIQ/manageiq/gaprindashvili: https://github.com/ManageIQ/manageiq/commit/87cafbdfbec630ed8ccb8172dc033eba6b944aa3 commit 87cafbdfbec630ed8ccb8172dc033eba6b944aa3 Author: Gregg Tanzillo <gtanzill> AuthorDate: Wed Aug 8 09:22:01 2018 -0400 Commit: Gregg Tanzillo <gtanzill> CommitDate: Wed Aug 8 09:22:01 2018 -0400 Allow tenant admins to see all groups within the scope of their tenant Manual back port of #17768 to gaprindashvili This had to be done because of the change in master to rely on product features instead of role name to determine whether a user is an admin, tenant admin or super admin Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1613387 app/models/miq_group.rb | 2 +- app/models/miq_user_role.rb | 10 +- app/models/user.rb | 4 +- lib/rbac/filterer.rb | 3 +- spec/lib/rbac/filterer_spec.rb | 39 +- spec/models/miq_user_role_spec.rb | 18 + 6 files changed, 61 insertions(+), 15 deletions(-) Appliance version: 5.9.4.4 As a tenant admin, I can create new users and they are visible. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2561 |