[RFE] Add RBAC and Tagging Support to Ansible Credentials. As a user I should only be able to view Credentials 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/17079
Another PR for making this work: https://github.com/ManageIQ/manageiq-ui-classic/pull/3507 I will add more commits to that PR daily.
Update: tagging already works, but only from the screen containing the list of all credentials
Update: tagging and displaying tags in the table works from summary page of any ansible credential
Update: already done, just waiting for review
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/e06ee9043b49d510df1b748f8f72230da288d627 commit e06ee9043b49d510df1b748f8f72230da288d627 Author: Hilda Stastna <hstastna> AuthorDate: Fri Mar 2 08:31:01 2018 -0500 Commit: Hilda Stastna <hstastna> CommitDate: Fri Mar 2 08:31:01 2018 -0500 Add tagging feature for Ansible Credentials https://bugzilla.redhat.com/show_bug.cgi?id=1526219 db/fixtures/miq_product_features.yml | 4 + 1 file changed, 4 insertions(+)
New commits detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/2900b7e7cc6f7050d3ae22a33261c58b9ff117a5 commit 2900b7e7cc6f7050d3ae22a33261c58b9ff117a5 Author: Hilda Stastna <hstastna> AuthorDate: Fri Mar 2 08:39:39 2018 -0500 Commit: Hilda Stastna <hstastna> CommitDate: Fri Mar 2 08:39:39 2018 -0500 Add Policy button to enable tagging in Ansible Credentials Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1526219 Add Policy toolbar button to enable tagging in Automation > Ansible > Credentials. app/helpers/application_helper/toolbar/ansible_credentials_center.rb | 22 + 1 file changed, 22 insertions(+) https://github.com/ManageIQ/manageiq-ui-classic/commit/c5305c4bb6f25a8e7b36357e93c65af92334c4d1 commit c5305c4bb6f25a8e7b36357e93c65af92334c4d1 Author: Hilda Stastna <hstastna> AuthorDate: Mon Mar 5 04:31:58 2018 -0500 Commit: Hilda Stastna <hstastna> CommitDate: Mon Mar 5 04:31:58 2018 -0500 Add Policy button to enable tagging of Ansible Credential Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1526219 Add Policy toolbar button to enable tagging of any Ansible Credential from its summary page. app/helpers/application_helper/toolbar/ansible_credential_center.rb | 16 + 1 file changed, 16 insertions(+)