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
131 stars 45 forks source link

Introduce NifiUserGroup.Spec.Identity to explicitly set group identity in NiFi cluster #381

Closed mh013370 closed 8 months ago

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

What's in this PR?

This PR adds NifiUserGroup.Spec.Identity, which behaves similarly to NifiUser.Spec.Identity, to give users control over the actual group Identity created in the NiFi cluster by nifikop.

Why?

See #380

Checklist

mh013370 commented 8 months ago

I think that you need to rebuild the CRDs.

ugh you are correct. We ought to add a build step asserting a fresh generation matches what's on the PR so we don't accidentally merge these types of changes without updating the CRDs.