You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jimmy Da (JIRA)" <ji...@apache.org> on 2015/03/26 23:33:53 UTC

[jira] [Updated] (AMBARI-10228) Password field not masked in config tab

     [ https://issues.apache.org/jira/browse/AMBARI-10228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jimmy Da updated AMBARI-10228:
------------------------------
    Description: 
When creating xxxx-site.xml configuration for a service plugin, password type properties are masked during the configure/install phase in the wizard. However, after successful service installation, when one go to the service and view the config tab, in the expanded configuration form, the PASSWORD property-type field is not masked.

<property>
  <name>user.password</name>
  <value>super-secret-password</value>
  <property-type>PASSWORD</property-type>
  <description></description>
</property>

  was:
When creating xxxx-site.xml configuration for a service plugin, password type properties are masked during the configure/install phase in the wizard. However, after successful service installation, when one go to the service and view the config tab, in the expanded configuration form, the PASSWORD property-type field is not masked.

<property>
  <name>user.password</name>
  <value>admin</value>
  <property-type>PASSWORD</property-type>
  <description></description>
</property>


> Password field not masked in config tab
> ---------------------------------------
>
>                 Key: AMBARI-10228
>                 URL: https://issues.apache.org/jira/browse/AMBARI-10228
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 1.7.0
>            Reporter: Jimmy Da
>
> When creating xxxx-site.xml configuration for a service plugin, password type properties are masked during the configure/install phase in the wizard. However, after successful service installation, when one go to the service and view the config tab, in the expanded configuration form, the PASSWORD property-type field is not masked.
> <property>
>   <name>user.password</name>
>   <value>super-secret-password</value>
>   <property-type>PASSWORD</property-type>
>   <description></description>
> </property>



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