You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Siddharth Wagle (JIRA)" <ji...@apache.org> on 2014/07/01 22:40:24 UTC

[jira] [Resolved] (AMBARI-5944) Views: Add optional attribute to in view.xml

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

Siddharth Wagle resolved AMBARI-5944.
-------------------------------------

    Resolution: Fixed

Pushed to trunk.

> Views: Add <encrypt> optional attribute to <parameter> in view.xml
> ------------------------------------------------------------------
>
>                 Key: AMBARI-5944
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5944
>             Project: Ambari
>          Issue Type: Task
>    Affects Versions: 1.6.0
>            Reporter: Shivani Gupta
>             Fix For: 1.7.0
>
>
> Certain parameters that ambari will persist should be optionally encrypted.
> One way is to provide a encrypt/decrypt option with the parameter in the view definition, which will just some basic default encrypt/decrypt.
> Another option is to specify a encryption class (implements an interface, maybe) for callback on read/write of the parameter so view developers can implement a special way to encrypt/decrypt.
> <encrypt-class>my.custom.class</encrypt-class>
> <parameter>
> <encrypt>true</encrypt>
> ...
> </parameter>
> <parameter>
> <encrypt>true</encrypt>
> ...
> </parameter>



--
This message was sent by Atlassian JIRA
(v6.2#6252)