You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Babiichuk (JIRA)" <ji...@apache.org> on 2014/10/11 14:11:33 UTC

[jira] [Created] (AMBARI-7746) Slider View: set admin password param as masked

Andrii Babiichuk created AMBARI-7746:
----------------------------------------

             Summary: Slider View: set admin password param as masked
                 Key: AMBARI-7746
                 URL: https://issues.apache.org/jira/browse/AMBARI-7746
             Project: Ambari
          Issue Type: Bug
          Components: ambari-views
    Affects Versions: 1.7.0
            Reporter: Andrii Babiichuk
            Assignee: Andrii Babiichuk
             Fix For: 1.7.0


https://github.com/apache/ambari/blob/trunk/contrib/views/slider/src/main/resources/view.xml

Need to set this paramater as <masked>true</masked>

{code}
	<parameter>
<name>ambari.server.password</name>
<description>Ambari administrator password (for example: admin)
</description>
<required>true</required>
</parameter>
{code}


Also, change the descriptions on these properties:

|ambari.server.username|Cluster Operator username (for example: admin)|
|ambari.server.password|
|Cluster Operator password (for example: admin)|

Because you don't need to be an ambari admin, you need to be at least a cluster operator.



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