[
https://issues.apache.org/jira/browse/NIFI-9724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17498191#comment-17498191
]
ASF subversion and git services commented on NIFI-9724:
-------------------------------------------------------
Commit 49d1c747cac465f8f40758142e5c5c549d5d618f in nifi's branch
refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=49d1c74 ]
NIFI-9724 Added set-sensitive-properties-algorithm command
Signed-off-by: Joe Gresock <[email protected]>
This closes #5801.
> Add set-sensitive-properties-algorithm command
> ----------------------------------------------
>
> Key: NIFI-9724
> URL: https://issues.apache.org/jira/browse/NIFI-9724
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: David Handermann
> Assignee: David Handermann
> Priority: Minor
> Labels: security
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Adding a new command in {{nifi.sh}} to support updating the sensitive
> properties algorithm would streamline the upgrade process for deployments
> that currently use one of the older algorithms.
> The {{set-sensitive-properties-key}} command available in {{nifi.sh}}
> supports changing the value of {{nifi.sensitive.props.key}} and updating the
> flow configuration. The command reads the current value of
> {{nifi.sensitive.props.algorithm}} and updates the flow configuration using
> the specified key. The NiFi {{encrypt-config.sh}} toolkit command supports
> changing the {{nifi.sensitive.props.algorithm}} in conjunction with updating
> {{{}nifi.sensitive.props.key{}}}. Implementing a new command to set the
> algorithm should follow the same approach as the
> {{set-sensitive-properties-key}} command.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)