Bug 1431822
Summary: | RBAC Search Errors out on Strings | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | mkanoor | |
Component: | Automate | Assignee: | mkanoor | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dmitry Misharov <dmisharo> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 5.7.0 | CC: | cpelland, jhardy, mfalesni, mkanoor, obarenbo, simaishi, tfitzger | |
Target Milestone: | GA | Keywords: | TestOnly, ZStream | |
Target Release: | 5.8.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | 5.8.0.6 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1432639 (view as bug list) | Environment: | ||
Last Closed: | 2017-06-12 17:06:21 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1432639 |
Description
mkanoor
2017-03-13 20:02:33 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/538f9826ff2ad1f0fd515febbf007fe08e45de91 commit 538f9826ff2ad1f0fd515febbf007fe08e45de91 Author: Madhu Kanoor <mkanoor> AuthorDate: Mon Mar 13 16:08:17 2017 -0400 Commit: Madhu Kanoor <mkanoor> CommitDate: Mon Mar 13 16:08:17 2017 -0400 RBAC filter only applies to associations https://bugzilla.redhat.com/show_bug.cgi?id=1431822 The RBAC filter was being applied to regular attributes like name etc. It only applies to associations which point to other VMDB objects. .../engine/miq_ae_method_service/miq_ae_service_model_base.rb | 2 +- .../engine/miq_ae_method_service/miq_ae_service_rbac_spec.rb | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/b0073192e25d349aa5f4355c5d9c6a2ef8e327fb commit b0073192e25d349aa5f4355c5d9c6a2ef8e327fb Author: Madhu Kanoor <mkanoor> AuthorDate: Wed Mar 15 17:02:14 2017 -0400 Commit: Madhu Kanoor <mkanoor> CommitDate: Wed Mar 15 17:02:14 2017 -0400 RBAC filter only applies to associations and not attributes https://bugzilla.redhat.com/show_bug.cgi?id=1431822 For Euwe lib/miq_automation_engine/engine/miq_ae_service_model_base.rb | 2 +- .../engine/miq_ae_service/miq_ae_service_rbac_spec.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Verified in 5.8.0.7. The method did not cause a failure. |