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_r317792684
##########
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 already tried to add a custom validation case (and a test), however, I
didn't commit that because, since the default value (and not supporting any
kind of EL), I was not able to reach an invalid configuration.
Should we anyway add the custom validate method?
----------------------------------------------------------------
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