Repository: ambari Updated Branches: refs/heads/branch-2.5 497b51398 -> 602fb845d
AMBARI-19391 Password Should Not be in Clear Text while creating Hue-Ambari Migration View (Ishan Bhatt via gauravn7) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/602fb845 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/602fb845 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/602fb845 Branch: refs/heads/branch-2.5 Commit: 602fb845de1a9e6f866332a6dec1da45005ca3e5 Parents: 497b513 Author: Gaurav Nagar <[email protected]> Authored: Fri Jan 6 13:10:04 2017 +0530 Committer: Gaurav Nagar <[email protected]> Committed: Fri Jan 6 13:10:54 2017 +0530 ---------------------------------------------------------------------- contrib/views/hueambarimigration/src/main/resources/view.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/602fb845/contrib/views/hueambarimigration/src/main/resources/view.xml ---------------------------------------------------------------------- diff --git a/contrib/views/hueambarimigration/src/main/resources/view.xml b/contrib/views/hueambarimigration/src/main/resources/view.xml index 3abbd72..96389d2 100644 --- a/contrib/views/hueambarimigration/src/main/resources/view.xml +++ b/contrib/views/hueambarimigration/src/main/resources/view.xml @@ -88,6 +88,7 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt <description>The url on which Hue Exist</description> <label>Hue Database Password</label> <placeholder>Enter Password for Hue DB</placeholder> + <masked>true</masked> </parameter> @@ -117,6 +118,7 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt <description>The url on which Hue Exist</description> <label>Ambari Database Password</label> <placeholder>Enter Ambari DB Password</placeholder> + <masked>true</masked> </parameter> <parameter>
