[
https://issues.apache.org/jira/browse/NIFI-3833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013142#comment-17013142
]
ASF subversion and git services commented on NIFI-3833:
-------------------------------------------------------
Commit 2cc467eb587247f1e8e0f02285ee01acc4ec9918 in nifi's branch
refs/heads/master from Andy LoPresto
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2cc467e ]
NIFI-3833 Added encrypted flowfile repository implementation.
Added EncryptedSchemaRepositoryRecordSerde.
Refactored CryptoUtils utility methods for repository encryption configuration
validation checks to RepositoryEncryptorUtils.
Added FlowFile repo encryption config container.
Added more logging in cryptographic and serialization operations.
Generalized log messages in shared encryption services.
Added encrypted serde factory.
Added marker impl for encrypted WAL.
Moved validation of FF repo encryption config earlier in startup process.
Refactored duplicate property lookup code in NiFiProperties.
Added title case string helper.
Added validation and warning around misformatted encryption repo properties.
Added unit tests.
Added documentation to User Guide & Admin Guide.
Added screenshot for docs.
Added links to relevant sections of NiFi In-Depth doc to User Guide.
Added flowfile & content repository encryption configuration properties to
default nifi.properties.
Signed-off-by: Joe Witt <[email protected]>
Signed-off-by: Mark Payne <[email protected]>
This closes #3968.
> Implement encrypted flowfile repository
> ---------------------------------------
>
> Key: NIFI-3833
> URL: https://issues.apache.org/jira/browse/NIFI-3833
> Project: Apache NiFi
> Issue Type: Sub-task
> Components: Core Framework
> Affects Versions: 1.2.0
> Reporter: Andy LoPresto
> Assignee: Andy LoPresto
> Priority: Major
> Labels: encryption, repository, security
> Time Spent: 5h 50m
> Remaining Estimate: 0h
>
> Similar to the {{EncryptedWriteAheadProvenanceRepository}}, implement an
> encrypted flowfile repository with random-access seek and confidentiality and
> integrity controls over the data persisted to disk.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)