You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/07/11 15:35:41 UTC

[GitHub] [nifi-minifi] apiri commented on a change in pull request #155: MINIFI-501 Provide the ability to specify security and sensitive prop…

apiri 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_r302610462
 
 

 ##########
 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:
   yeesh.  Bootstrap Steak Frites. Let me clean that up.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services