jzonthemtn commented on a change in pull request #155: MINIFI-501 Provide the
ability to specify security and sensitive prop…
URL: https://github.com/apache/nifi-minifi/pull/155#discussion_r296874125
##########
File path:
minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/RunMiNiFi.java
##########
@@ -1703,7 +1760,10 @@ private void restartInstance() throws IOException {
private static ByteBuffer performTransformation(InputStream configIs,
String configDestinationPath) throws ConfigurationChangeException, IOException {
try (ByteArrayOutputStream byteArrayOutputStream = new
ByteArrayOutputStream();
- TeeInputStream teeInputStream = new TeeInputStream(configIs,
byteArrayOutputStream)) {
+ TeeInputStream teeInputStream = new TeeInputStream(configIs,
byteArrayOutputStream)) {
+
+ final Map<String, String> bootstrapSecurityProperites = new
HashMap<>();
Review comment:
A terrible nitpick on spelling of `Properties` that can be ignored. :)
Actually, `bootstrapSecurityProperites` doesn't look like it's used anywhere.
----------------------------------------------------------------
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