Bug 1514237
| Summary: | VPC tags are not honored in Infra provisioning and Service Catalog Item creation | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | ldomb | |
| Component: | Provisioning | Assignee: | Drew Bomhof <dbomhof> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ruslana Babyuk <rbabyuk> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.8.0 | CC: | bascar, jhardy, kmorey, lavenel, obarenbo, rbabyuk | |
| Target Milestone: | GA | Keywords: | TestOnly | |
| Target Release: | 5.10.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1532646 1533139 (view as bug list) | Environment: | ||
| Last Closed: | 2018-06-21 20:48:28 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: | 1532646, 1533139 | |||
|
Description
ldomb
2017-11-16 21:54:49 UTC
Drew - This filtering needs to be applied to other cloud objects available to the provisioning dialog as well. Let's discuss. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/14830a7ac7567bbccb1fd13f191f20566e79a3ee commit 14830a7ac7567bbccb1fd13f191f20566e79a3ee Author: Drew Bomhof <dbomhof> AuthorDate: Wed Dec 20 16:58:01 2017 -0500 Commit: Drew Bomhof <dbomhof> CommitDate: Mon Jan 8 16:27:51 2018 -0500 Added get_targets_for base class methods 1. Turns on RBAC filtering by default at the base class level for all allowed_ methods in the CloudManager class https://bugzilla.redhat.com/show_bug.cgi?id=1514237 .../manageiq/providers/cloud_manager/provision_workflow.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/feadd7aa04f052649598c6da073a12c18bce7e31 commit feadd7aa04f052649598c6da073a12c18bce7e31 Author: Drew Bomhof <dbomhof> AuthorDate: Tue Jan 16 11:26:00 2018 -0500 Commit: Drew Bomhof <dbomhof> CommitDate: Wed Jan 17 10:41:44 2018 -0500 Add acts_as_miq_taggable to AuthPrivateKey The RBAC filtering was not 100% applied to the AuthPrivate key class which caused tagging to fail. This change allows key_pairs to return correctly when run through RBAC when being tagged https://bugzilla.redhat.com/show_bug.cgi?id=1514237 app/models/auth_private_key.rb | 1 + .../providers/cloud_manager/provision_workflow.rb | 2 +- .../cloud_manager/provision_workflow_spec.rb | 19 +++++++++++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) *** Bug 1534919 has been marked as a duplicate of this bug. *** |