[
https://issues.apache.org/jira/browse/NIFI-13437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17859782#comment-17859782
]
David Handermann commented on NIFI-13437:
-----------------------------------------
Thanks for the replies [~jrsteinebrey] and [~pvillard].
The {{FileParameterProvider}} works well with Kubernetes Secrets mounted as
files, but aside from that specific use case, I'm not following the rationale
for a properties-based implementation. Is there another container-based
deployment strategy that would be expected to provide these values?
Loading sensitive values from an unencrypted local file does not provide the
same security features of an external system, or the local flow flow
configuration, as Joe mentioned.
The Variable Registry approach was removed for multiple reasons, so just
attempting to provide a similar type of functionality does not really describe
the intended use case scenario.
Base64 encoding aligns with mounted Kubernetes Secrets, but again, having a
clearer connection to what process or service would provide these properties
files would help clarify the implementation driver.
> Properties Parameter Provider
> -----------------------------
>
> Key: NIFI-13437
> URL: https://issues.apache.org/jira/browse/NIFI-13437
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Jim Steinebrey
> Assignee: Jim Steinebrey
> Priority: Major
>
> Create a Parameter Provider that can take as input a .properties file and
> create parameters for the property lines in the file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)