briansolo1985 commented on PR #8028:
URL: https://github.com/apache/nifi/pull/8028#issuecomment-1812566214

   A flow incoming via C2 may contain unencrypted sensitive properties as the 
agents can have there our encryption key.
   The goal is to check the properties in the incoming flow, and if there are 
unencrypted sensitive properties there, use the configured encryption key to 
encrypt them before persisting the flow.json.raw to disk.
   The logic first tries to utilise the property descriptors sent with the flow 
to detect the sensitive property names. However the property descriptors can 
omitted. In this case the logic uses the runtime manifest to get the list of 
sensitive properties.


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to