adarmiento commented on a change in pull request #3664: NIFI-6536 
EncryptContent accepts configurable PGP symmetric cipher
URL: https://github.com/apache/nifi/pull/3664#discussion_r317989924
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/EncryptContent.java
 ##########
 @@ -138,6 +141,17 @@
             
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
             .sensitive(true)
             .build();
+
+    public static final PropertyDescriptor PGP_SYMMETRIC_ENCRYPTION_CIPHER = 
new PropertyDescriptor.Builder()
 
 Review comment:
   I added a null check in the custom validation for the 
`PGP_SYMMETRIC_ENCRYPTION_CIPHER` as well as a couple of test cases, however, I 
am not sure about the custom validation, what do you think about it? 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to