markobean commented on a change in pull request #5061:
URL: https://github.com/apache/nifi/pull/5061#discussion_r628795099
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/FetchSFTP.java
##########
@@ -81,6 +81,10 @@
properties.add(SFTPTransfer.STRICT_HOST_KEY_CHECKING);
properties.add(SFTPTransfer.USE_COMPRESSION);
properties.add(SFTPTransfer.PROXY_CONFIGURATION_SERVICE);
+ properties.add(SFTPTransfer.CIPHERS_ALLOWED);
Review comment:
I would change the order of properties so these new ones are not in the
middle of the proxy-related props. Arguably, the new ones could go at the end
since many or most users will not be interested in changing the settings.
--
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]