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:14:33 UTC

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

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

Andrii Babiichuk updated AMBARI-7746:
-------------------------------------
    Attachment: AMBARI-7746.patch
                AMBARI-7746_branch_1.7.0.patch

> 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
>
>         Attachments: AMBARI-7746.patch, AMBARI-7746_branch_1.7.0.patch
>
>
> 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)