stackabletech / nifi-operator

A kubernetes operator for Apache NiFi
Other
30 stars 5 forks source link

NiFi configuration for HDFS with Kerberos enabled #524

Open Jimvin opened 1 year ago

Jimvin commented 1 year ago

Affected version

23.7.0

Current and expected behavior

To connect NiFi to HDFS with Kerberos enabled requires manual configuration. You need to provide a Kerberos client configuration (krb5.conf) and set nifi.kerberos.krb5.file in nifi.properties to its location.

Possible solution

This could be automated by the operator, allowing for users to point to the same Kerberos configuration used by HDFS without manual intervention.

Additional context

No response

Environment

No response

Would you like to work on fixing this bug?

None