cetic / helm-nifi

Helm Chart for Apache Nifi
Apache License 2.0
215 stars 228 forks source link

[cetic/nifi] Unable to configure authentication for nifi-registry #249

Closed pawankbh closed 2 years ago

pawankbh commented 2 years ago

I have deployed nifi and nifi registry on kubernetes environment. I have configured nifi with authentication. Could you please let us know how to configure authentication for nifi-registry

wknickless commented 2 years ago

Hi @pawankbh you might consider asking that question over at https://github.com/dysnix/charts/tree/main/dysnix/nifi-registry . That's the upstream for the NiFi Registry chart included in this chart.

But there's hope. I focused my time last week finishing off the cert-manager and OIDC NiFi helm chart tests and support so I could turn my attention to ensuring that NiFi Registry also has regression tested cert-manager, OIDC and SSH-based Git back-end support. (That's actually my day job deliverable.) I haven't even started writing the tests yet--much less fixing anything in the code that's broken--but if you subscribe to the above repository you should see it when I do.

wknickless commented 2 years ago

@pawankbh pull request https://github.com/dysnix/charts/pull/199 provides OIDC and Client Certificate authentication support, and includes an end-to-end test with NiFi based on pull request #218 here.

wknickless commented 2 years ago

@pawankbh my PR was merged and the official NiFi Registry Helm chart with the fix is available at https://github.com/dysnix/charts/releases/tag/nifi-registry-1.0.0 .