Repository: ambari Updated Branches: refs/heads/trunk 2db973144 -> d6d1ffa6d
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/d6d1ffa6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d6d1ffa6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d6d1ffa6 Branch: refs/heads/trunk Commit: d6d1ffa6d382e24fc76ea7a022e1c42817865c5e Parents: 2db9731 Author: ababiichuk <[email protected]> Authored: Sun Oct 12 18:22:03 2014 +0300 Committer: ababiichuk <[email protected]> Committed: Sun Oct 12 18:22:03 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/d6d1ffa6/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>
