Hi all,

We will have multiple processors which will be integrating with various
sources and sinks (i.e. Kafka, HDFS, RDBMS) that will all have differing
credentials and tickets (same cache location). At this point keytabs are
not an option as the ticket/credential cache is more secure due to more
frequent expiration and rotation.

>From what I understand I would need to use JAAS configuration for this and
passed in as a JVM argument to Nifi during startup. What I don't understand
is how can I go about doing this? Is it possible to have multiple entries
in a file such as this, and if so how would I specify them in the
corresponding processor?

KafkaClientA {
...params go here
};

HDFSClientA {
...params go here
};

RDBMSClientA {
...params go here
};

Thanks,
Jason

Reply via email to