Securing your dataflow

You can secure your MiNiFi dataflow using keystore or trust store SSL protocols, however, this information is not automatically generated. You need to generate your security configuration information yourself.

To run a MiNiFi dataflow securely, modify the Security Properties section in theconfig.yml file.

  1. Create your dataflow template as discussed in the Setting up Your Dataflow section.
  2. Move it to minifi.conf and rename as config.yml.
  3. Manually modify the Security Properties section of config.yml.
    Security Properties:
    keystore:  
    keystore type: 
    keystore password:
    key password: 
    truststore:
    truststore type: 
    truststore password: 
    ssl protocol: TLS
    Sensitive Props:
    key:
    algorithm: PBEWITHMD5AND256BITAES-CBC-OPENSSL 
    provider: BC