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)

Reply via email to