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 2020/08/31 12:46:25 UTC

[GitHub] [nifi-minifi-cpp] fgerlits commented on pull request #886: MINIFICPP-1323 Encrypt sensitive properties

fgerlits commented on pull request #886:
URL: https://github.com/apache/nifi-minifi-cpp/pull/886#issuecomment-683755809


   > cool stuff, as I understand it only aims to protect the user when they (accidentally or intentionally) expose the `minifi.properties` file
   
   Yes, that is true.  The idea is that
   1. it is enough to protect `bootstrap.conf` and you can leave `minifi.properties` world-readable, so non-entitled users can see the value of most settings except for these sensitive ones; and
   2. if you want to find out the value of these sensitive properties, you should have to do some work; you can't see them by accident.


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