Bug 1553393
| Summary: | [RFE] Add RBAC and Tagging Support to Ansible Credentials. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | UI - OPS | Assignee: | Hilda Stastna <hstastna> |
| Status: | CLOSED ERRATA | QA Contact: | Ruslana Babyuk <rbabyuk> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.9.0 | CC: | cpelland, gblomqui, hkataria, jfrey, jhardy, lavenel, mpovolny, obarenbo, rbabyuk |
| Target Milestone: | GA | Keywords: | FutureFeature, ZStream |
| Target Release: | 5.9.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.9.2.0 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1526219 | Environment: | |
| Last Closed: | 2018-05-07 20:45:31 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: | 1526219 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2018-03-09 14:32:09 UTC
New commits detected on ManageIQ/manageiq-ui-classic/gaprindashvili: https://github.com/ManageIQ/manageiq-ui-classic/commit/a8b59877c58085845f726176a9a126c509dd4986 commit a8b59877c58085845f726176a9a126c509dd4986 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Mar 5 17:12:00 2018 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Mar 5 17:12:00 2018 -0500 Merge pull request #3507 from hstastna/Add_RBAC_Tagging_Ansible_Credentials_ui Add RBAC and Tagging Support to Ansible Credentials (cherry picked from commit f45a79b793d8578aa8583191b30ed3c32bda5e1c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1553393 app/controllers/ansible_credential_controller.rb | 11 +- app/helpers/ansible_credential_helper/textual_summary.rb | 4 + app/helpers/application_helper/toolbar/ansible_credential_center.rb | 16 + app/helpers/application_helper/toolbar/ansible_credentials_center.rb | 22 + config/routes.rb | 3 + spec/controllers/ansible_credential_controller_spec.rb | 46 +- 6 files changed, 96 insertions(+), 6 deletions(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/57ca72b919fec455aa6fa8f20be6b3cd7a069e61 commit 57ca72b919fec455aa6fa8f20be6b3cd7a069e61 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Mar 6 10:09:45 2018 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Mar 6 10:09:45 2018 -0500 Merge pull request #3516 from hstastna/Tooltip_Ansible_Credential_tag_summary Fix tool tip when tagging Ansible Credential from its summary page (cherry picked from commit eb3857fd5952eab928215edbf829a5f302002f98) https://bugzilla.redhat.com/show_bug.cgi?id=1553393 app/helpers/application_helper/toolbar/ansible_credential_center.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:1328 |