Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Fix nifi.sensitive.props.algorithm option in nifi.properties (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakaria2905 authored Nov 18, 2021
1 parent 4247cbf commit 9a300d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nifi.properties
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ nifi.web.jetty.threads=200
# security properties #
nifi.sensitive.props.key={{.Values.properties.sensitiveKey}}
nifi.sensitive.props.key.protected=
nifi.sensitive.props.algorithm={{ .Values.properties.alogorithm }}
nifi.sensitive.props.algorithm={{ .Values.properties.algorithm }}
nifi.sensitive.props.provider=BC
nifi.sensitive.props.additional.keys=

Expand Down

0 comments on commit 9a300d7

Please sign in to comment.