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

The `NifiUser` DNSNames of the cluster nodes aren't update if the `webProxyHosts` is. #390

Open juldrixx opened 4 months ago

juldrixx commented 4 months ago

What steps will reproduce the bug?

  1. Create a cluster.
  2. Update the webProxyHosts.
  3. Observe the DNSNames of the cluster nodes NifiUser.

What is the expected behavior?

When updating the webProxyHosts, the DNSNames of the node NifiUser should be updated to updated the Nifi trustore.

What do you see instead?

Nothing

Possible solution

No response

NiFiKop version

v1.7.0-release

Golang version

g1.21

Kubernetes version

v1.27.6

NiFi version

2.0.0-M2

Additional context

No response