Bug 1596266
Summary: | [RBAC] - Groups created by tenant admin are not visible to tenant admin | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Pavol Kotvan <pakotvan> |
Component: | Appliance | Assignee: | Gregg Tanzillo <gtanzill> |
Status: | CLOSED ERRATA | QA Contact: | Antonin Pagac <apagac> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.9.0 | CC: | abellott, apagac, cpelland, gtanzill, hkataria, jprause, lavenel, mpovolny, obarenbo, simaishi |
Target Milestone: | GA | ||
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | rbac | ||
Fixed In Version: | 5.10.0.11 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-07 23:03:14 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | Bug | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: |
Comment 4
CFME Bot
2018-07-26 19:46:08 UTC
New commits detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/4d996af2350e2513cb57870f0610abd12e799b53 commit 4d996af2350e2513cb57870f0610abd12e799b53 Author: Gregg Tanzillo <gtanzill> AuthorDate: Thu Jul 26 15:26:40 2018 -0400 Commit: Gregg Tanzillo <gtanzill> CommitDate: Thu Jul 26 15:26:40 2018 -0400 Enable identification of `tenant_admin` role based on product feature `rbac_tenant` https://bugzilla.redhat.com/show_bug.cgi?id=1596639 https://bugzilla.redhat.com/show_bug.cgi?id=1596266 app/models/miq_product_feature.rb | 2 + app/models/miq_user_role.rb | 4 + 2 files changed, 6 insertions(+) https://github.com/ManageIQ/manageiq/commit/2f61692f134cdb790d99964a163e9426c0168929 commit 2f61692f134cdb790d99964a163e9426c0168929 Author: Gregg Tanzillo <gtanzill> AuthorDate: Thu Jul 26 15:28:06 2018 -0400 Commit: Gregg Tanzillo <gtanzill> CommitDate: Thu Jul 26 15:28:06 2018 -0400 Specs for testing group visibility for tenant admins https://bugzilla.redhat.com/show_bug.cgi?id=1596639 https://bugzilla.redhat.com/show_bug.cgi?id=1596266 spec/lib/rbac/filterer_spec.rb | 41 +- spec/models/miq_user_role_spec.rb | 15 + 2 files changed, 47 insertions(+), 9 deletions(-) https://github.com/ManageIQ/manageiq/commit/89347595eda522037795fd918f76521faff84ef4 commit 89347595eda522037795fd918f76521faff84ef4 Author: Gregg Tanzillo <gtanzill> AuthorDate: Thu Jul 26 15:29:36 2018 -0400 Commit: Gregg Tanzillo <gtanzill> CommitDate: Thu Jul 26 15:29:36 2018 -0400 Allow tenant admins to see all groups within the scope of their tenant Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1596639 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1596266 lib/rbac/filterer.rb | 7 +- 1 file changed, 4 insertions(+), 3 deletions(-) Verified with 5.10.0.19. 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-2019:0212 |