[RFE] Add RBAC and Tagging Support to Ansible Repos. As a user I should only be able to view Repos that have been enabled for my user permissions.
https://github.com/ManageIQ/manageiq/pull/17049
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/8ab4bbf478c5e0527153eb902ca12b5cdb4336e0 commit 8ab4bbf478c5e0527153eb902ca12b5cdb4336e0 Author: James Wong <jwong> AuthorDate: Mon Feb 26 11:39:30 2018 -0500 Commit: James Wong <jwong> CommitDate: Mon Feb 26 11:39:44 2018 -0500 Taggable of AutomationManager's authentications/playbooks/repos https://bugzilla.redhat.com/show_bug.cgi?id=1526219 https://bugzilla.redhat.com/show_bug.cgi?id=1526218 https://bugzilla.redhat.com/show_bug.cgi?id=1526217 app/models/manageiq/providers/automation_manager/authentication.rb | 1 + .../providers/automation_manager/configuration_script_payload.rb | 1 + .../manageiq/providers/automation_manager/configuration_script_source.rb | 1 + 3 files changed, 3 insertions(+)
Backend is done. Assigning to UI team...
https://github.com/ManageIQ/manageiq/pull/17083
Note: tagging already works, but only from the screen with list of the repos
https://github.com/ManageIQ/manageiq-ui-classic/pull/3513
Update: RBAC did not work for Ansible Repos, Libor fixed that: https://github.com/ManageIQ/manageiq/pull/17091
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b78f78f2450824e0de5acad0d6c6334105d4c3a1 commit b78f78f2450824e0de5acad0d6c6334105d4c3a1 Author: Hilda Stastna <hstastna> AuthorDate: Mon Mar 5 15:31:29 2018 -0500 Commit: Hilda Stastna <hstastna> CommitDate: Mon Mar 5 15:31:29 2018 -0500 Add tagging feature for Ansible Repositories https://bugzilla.redhat.com/show_bug.cgi?id=1526217 db/fixtures/miq_product_features.yml | 4 + 1 file changed, 4 insertions(+)
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/8fce5f1fa1522a83caa49a4c4e4060c3eeb13f90 commit 8fce5f1fa1522a83caa49a4c4e4060c3eeb13f90 Author: Hilda Stastna <hstastna> AuthorDate: Mon Mar 5 15:44:03 2018 -0500 Commit: Hilda Stastna <hstastna> CommitDate: Mon Mar 5 15:44:03 2018 -0500 Add Policy button to enable tagging in Ansible Repositories Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1526217 Add Policy toolbar button to enable tagging in Automation > Ansible > Repositories. app/helpers/application_helper/toolbar/ansible_repositories_center.rb | 22 + 1 file changed, 22 insertions(+)
*** Bug 1531629 has been marked as a duplicate of this bug. ***