natural commented on issue #3594: NIFI-3833 Support for Encrypted Flow File 
Repositories
URL: https://github.com/apache/nifi/pull/3594#issuecomment-530682987
 
 
   > It's also important to consider how NiFi handles FlowFile swapping. Though 
the `FlowFileSwapManager` is not part of the FlowFile Repository, the default 
location to write data to is `./flowfile_repository/swap` and I think most 
users would expect that if encryption is enabled on the FlowFile Repository 
that any data written to the `swap` directory would also be encrypted. I feel 
this is a fair assumption, so we will need to be sure that we update the 
`FileSystemSwapManager` and any related code for that, as well.
   
   I missed `FlowFileSwapManager` and friends because I didn't look beyond the 
single package that had all the other FF bits in it.  Thank you for pointing 
that out and helping me advert a mistake!  Added transparent crypto support to 
those implementations.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to