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/01/13 18:19:00 UTC

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

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

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

Commit 2ffd4a5a9a9ded05b39dabc13056a1edc67511c5 in nifi's branch refs/heads/main from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2ffd4a5 ]

NIFI-9438 Refactored sensitive-property-provider to multiple modules

- Added nifi-property-protection-api with provider interfaces
- Added nifi-property-protection-factory with implementation references
- Added ProtectionSchemeResolver for abstracting conversion from command arguments
- Refactored PropertyProtectionScheme to package private visibility
- Refactored multiple unit test and removed provider integration tests
- Renamed AESSensitivePropertyProvider to AesGcmSensitivePropertyProvider
- Added getSupportedProtectionSchemes() to StandardProtectionSchemeResolver
- Updated command argument descriptions for protection schemes to include supported values

Signed-off-by: Joe Gresock <jg...@gmail.com>

This closes #5650.


> 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
>            Assignee: David Handermann
>            Priority: Major
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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)