You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/01/08 22:55:42 UTC

[GitHub] [nifi] alopresto commented on issue #3968: NIFI-3383 Implemented encrypted flowfile repository

alopresto commented on issue #3968: NIFI-3383 Implemented encrypted flowfile repository
URL: https://github.com/apache/nifi/pull/3968#issuecomment-572297746
 
 
   I updated the Admin and User Guides with extensive discussion about what is happening here. I recommend reading those to get a quick understanding and overview. The bulk of the work is done in `NiFiProperties.java`, `EncryptedSchemaRepositoryRecordSerde.java`, `WriteAheadFlowFileRepository.java`, `EncryptedRepositoryRecordSerdeFactory.java`, and `RepositoryEncryptorUtils.java`. The vast majority of the other files are documentation, comment/formatting fixes, or unit tests. 
   
   I will describe:
   1. where to look for method usage (unit tests & Javadoc)
   1. the smoke tests I did on my system to verify the behavior
   1. example configurations to use to replicate locally
   1. how to verify the encryption is working (i.e. not writing/reading plaintext invisibly)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services