Repository: ambari Updated Branches: refs/heads/branch-1.7.0 c5c2f0f94 -> f16028e0b
AMBARI-7746 Slider View: set admin password param as masked. (Buzhor Denys via ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f16028e0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f16028e0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f16028e0 Branch: refs/heads/branch-1.7.0 Commit: f16028e0b62841c489e913b97d20e1af3570f470 Parents: c5c2f0f Author: ababiichuk <[email protected]> Authored: Sun Oct 12 18:19:17 2014 +0300 Committer: ababiichuk <[email protected]> Committed: Sun Oct 12 18:20:12 2014 +0300 ---------------------------------------------------------------------- contrib/views/slider/src/main/resources/view.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f16028e0/contrib/views/slider/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/view.xml b/contrib/views/slider/src/main/resources/view.xml index 5dcc397..99d22d6 100644 --- a/contrib/views/slider/src/main/resources/view.xml +++ b/contrib/views/slider/src/main/resources/view.xml @@ -26,15 +26,16 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt </parameter> <parameter> <name>ambari.server.username</name> - <description>Ambari administrator username (for example: admin) + <description>Cluster Operator username (for example: admin) </description> <required>true</required> </parameter> <parameter> <name>ambari.server.password</name> - <description>Ambari administrator password (for example: admin) + <description>Cluster Operator password (for example: admin) </description> <required>true</required> + <masked>true</masked> </parameter> <parameter> <name>slider.user</name>
