David Handermann created NIFI-9724:
--------------------------------------
Summary: 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
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)