konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
122 stars 39 forks source link

Fixed issue where nodes could not be added to existing cluster with a custom authorizer config override configured #418

Closed mh013370 closed 2 months ago

mh013370 commented 2 months ago
Q A
Bug fix? yes
New feature? yes
API breaks? no
Deprecations? no
Related tickets fixes #407
License Apache 2.0

What's in this PR?

Fixes issue where new nifi nodes could not be added to an existing cluster with custom authorizers config configured.

I have tested by deploying a 1-node cluster with a custom authorizer configuration provided. I waited until nifikop brought the cluster up. I then added an additional nifi node and let nifikop add it to the cluster. Verified the node joined the cluster successfully.

Why?

Self evident.

Checklist