You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Attila Magyar (JIRA)" <ji...@apache.org> on 2018/11/20 09:31:00 UTC

[jira] [Resolved] (AMBARI-24894) Sensitive service configuration values should be decrypted when processing the Ambari agent command script, if enabled

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

Attila Magyar resolved AMBARI-24894.
------------------------------------
    Resolution: Fixed

> Sensitive service configuration values should be decrypted when processing the Ambari agent command script, if enabled
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-24894
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24894
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-agent, ambari-server
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> Sensitive service configuration values should be decrypted when processing the Ambari agent command script, if enabled.
> During the processing of resource_management.libraries.script.script.Script#execute, the command data file is to be read in and the encrypted values in the JSON document are to be decrypted before executing the command.
> Each encrypted value will be in the form of
> ${enc=<algorithm_encoding>, value=<value>}
> For example:
> ${enc=aes265_hex, value=5248...303d}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)