Bug 1283309
| Summary: | Multi-tenancy: Parent tenant cannot view child tenant elements | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Pavol Kotvan <pakotvan> | |
| Component: | Appliance | Assignee: | Gregg Tanzillo <gtanzill> | |
| Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.5.0 | CC: | abellott, cpelland, gtanzill, hkataria, jhardy, jprause, mfeifer, mpovolny, obarenbo | |
| Target Milestone: | GA | |||
| Target Release: | 5.6.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | tenant_cfme:rbac | |||
| Fixed In Version: | 5.6.0.0 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1287849 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-29 15:09:39 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | Bug | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1287849 | |||
|
Description
Pavol Kotvan
2015-11-18 16:44:12 UTC
Triage call decided this is not a block and something we can address in the next z-stream Created PR: https://github.com/ManageIQ/manageiq/pull/5671 New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/068c96899aeda1882fcffa10bd28deb0f535af3d commit 068c96899aeda1882fcffa10bd28deb0f535af3d Author: Gregg Tanzillo <gtanzill> AuthorDate: Tue Dec 1 17:26:12 2015 -0500 Commit: Gregg Tanzillo <gtanzill> CommitDate: Tue Dec 1 17:26:12 2015 -0500 Fixing tenant accessibility for subclassed objects - Accessibility strategy was nil for subclasses of classes listed in TENANT_ACCESS_STRATEGY hash keys - Added call to base_model normalize class name before lookup to ensure it will match the appropriate base class in the hash https://bugzilla.redhat.com/show_bug.cgi?id=1283309 app/models/rbac.rb | 2 +- spec/models/rbac_spec.rb | 20 ++++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) 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/RHBA-2016:1348 |