You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2021/06/08 20:48:00 UTC

[jira] [Resolved] (NIFI-6667) Nifi Docker doesn't have a way to set sensitive props key

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

David Handermann resolved NIFI-6667.
------------------------------------
    Fix Version/s: 1.14.0
       Resolution: Fixed

> Nifi Docker doesn't have a way to set sensitive props key
> ---------------------------------------------------------
>
>                 Key: NIFI-6667
>                 URL: https://issues.apache.org/jira/browse/NIFI-6667
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Docker
>    Affects Versions: 1.9.2
>            Reporter: James Sevener
>            Assignee: Emilio Setiadarma
>            Priority: Minor
>             Fix For: 1.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> secure.sh doesn't accept a variable to set sensitive props key.
> Something like to following works.
> {code:java}
> : ${SENSITIVE_PROPS_KEY:?"Must specify an encryption passphrase to be used for sensitive properties."}
> prop_replace 'nifi.sensitive.props.key'			"${SENSITIVE_PROPS_KEY}"{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)