Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlebootstrap.conf
nifi.bootstrap.sensitive.key=ECYjbr+6fn+9jjAmJBVBVvc3cYEUxaOm6zmp9iPHSvQ=77cd3f88ab997f7ae99b13c70877c5274c3b7b495f601f290042b14e7db4d542

and minifi.properties will look like this:

Code Block
titleminifi.properties
...
nifi.security.client.pass.phrase=3h77xFO0iLj/km6nS2lg0cg5Fo6ATr5I0c2QCnQZQM2rklVyWAoeN+Brvu9fUj43QcOESTBmfU0uk5hgSYG5O3uJM3HeZjrYJz//||vE/V65QiMgSatzScaPYkraVrpWnBExVgVX/CwyXx
nifi.security.client.pass.phrase.protected=XChaCha20-Poly1305xsalsa20poly1305
...
nifi.rest.api.user.name=admin
nifi.rest.api.password=rCu2nQAQNQYekkNEeKDPUpCC+Mhn351WWbeTFpKznFCFeye64AdQsxeM7g/GrllgMedLq8XNjJMoVABXz7sks5O6nhaTqqRay4gF||U3762djgMVguHI6GjRl+iCCDSkIdTFzKDCXi
nifi.rest.api.password.protected=XChaCha20-Poly1305xsalsa20poly1305
...

You should protect the bootstrap.conf file to make sure it is only readable by the user which will run Minifi.

...