Repository: ambari
Updated Branches:
  refs/heads/trunk 4388baf10 -> b35cb993c


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/b35cb993
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b35cb993
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b35cb993

Branch: refs/heads/trunk
Commit: b35cb993cd4f11e4d7de250e033b2dd279a19c26
Parents: 4388baf
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:04 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/b35cb993/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>

Reply via email to