You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sujeet Varakhedi (JIRA)" <ji...@apache.org> on 2014/09/24 09:20:35 UTC

[jira] [Created] (AMBARI-7466) Ambari UI does not mask PASSWORD fields in configuration files

Sujeet Varakhedi created AMBARI-7466:
----------------------------------------

             Summary: Ambari UI does not mask PASSWORD fields in configuration files 
                 Key: AMBARI-7466
                 URL: https://issues.apache.org/jira/browse/AMBARI-7466
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 1.6.1
            Reporter: Sujeet Varakhedi


Environment: Dev
Version: Trunk

With a new service definition,  a configuration file with a PASSWORD field shows up in UI but does not mask user input.
eg:
  <property require-input = "true">
    <name>server.admin.password</name>
    <value></value>
    <property-type>PASSWORD</property-type>
    <description>Admin Password</description>
  </property>
is rendered as a text box with clear text. 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)