You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/09/09 18:06:00 UTC

[jira] [Commented] (NIFI-9003) Framework implementation of ParameterProvider

    [ https://issues.apache.org/jira/browse/NIFI-9003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602496#comment-17602496 ] 

ASF subversion and git services commented on NIFI-9003:
-------------------------------------------------------

Commit de7793e69bb946605c55a615d53fb2341696d245 in nifi's branch refs/heads/main from Joe Gresock
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=de7793e69b ]

NIFI-9003 Added framework support for Parameter Providers

- Added Environment Variable and File Parameter Provider implementations
- Added Parameter Provider commands to CLI
- Added component search handling for Parameter Providers
- Added documentation for integrating Parameter Providers

This closes #5369

Signed-off-by: David Handermann <ex...@apache.org>


> Framework implementation of ParameterProvider
> ---------------------------------------------
>
>                 Key: NIFI-9003
>                 URL: https://issues.apache.org/jira/browse/NIFI-9003
>             Project: Apache NiFi
>          Issue Type: Sub-task
>            Reporter: Joe Gresock
>            Assignee: Joe Gresock
>            Priority: Major
>         Attachments: Parameter_Providers.json, param-providers.sh
>
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> This should be the core implementation, including:
> * ParameterProvider interface in the core framework API
> * Addition of sensitive/non-sensitive ParameterProviders to ParameterContext interface
> * Implementation of StandardParameterProvider in core framework
> * Update to StandardParameterContext for above interface changes
> * Serialization of ParameterProviders in flow.xml.gz and flow definition JSON
> * Fetch Parameters operation and REST endpoint (ensure the correct policies apply)
> With a test implementation of a ParameterProvider, this should be enough to exercise the new framework without UI or CLI changes, since a ParameterProvider could be entered manually in a flow definition and have its values fetched using the REST API.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)