-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59613/
-----------------------------------------------------------
Review request for Ambari, Alexandr Antonenko and Robert Levas.
Bugs: AMBARI-21120
https://issues.apache.org/jira/browse/AMBARI-21120
Repository: ambari
Description
-------
Login as a user with a role below Cluster Administrator. For e.g. Service
Administrator.
Click on Stack and Versions.
1. Try to edit a stack version that is not yet installed on the cluster.
Click on Save. The UI reloads and returns to Services Dashboard.
On the browser console, you can see a HTTP 403 because the user does not have
the privilege to edit stack versions.
This happens because for users without MANAGE_STACK_VERSION privilege, the Edit
Repository button is disabled only for the current stack version.
2. Click on Install. When you click on on the popup confirming that the
packages will be installed on all hosts, you get a popup with an error
"Packages could not be installed. You do not have permissions to access this
resource".
This happens because there is no check for CLUSTER.UPGRADE_DOWNGRADE_STACK
privilege when enabling the Install button.
Diffs
-----
ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
f102402
ambari-web/test/views/main/admin/stack_upgrade/upgrade_version_box_view_test.js
153b66f
Diff: https://reviews.apache.org/r/59613/diff/1/
Testing
-------
Manual testing. Updated test case.
mvn clean test
Thanks,
Sangeeta Ravindran