You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (Jira)" <ji...@apache.org> on 2021/12/02 20:05:00 UTC

[jira] [Created] (NIFI-9438) Separate nifi-sensitive-property-provider into specific modules

Bryan Bende created NIFI-9438:
---------------------------------

             Summary: Separate nifi-sensitive-property-provider into specific modules
                 Key: NIFI-9438
                 URL: https://issues.apache.org/jira/browse/NIFI-9438
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Bryan Bende


Since nifi-sensitive-property-provider has quite a few implementations now and depends on various cloud provider client libraries, it would be nice to split this module up into and API and implementation modules.

A possible approach would be something like:
{code:java}
nifi-sensitive-property-provider-api
nifi-sensitive-property-provider-aws
nifi-sensitive-property-provider-azure
nifi-sensitive-property-provider-gcp
nifi-sensitive-property-provider-hashicorp-vault {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)