dysnix / charts

Dysnix Helm charts
Other
36 stars 43 forks source link

Error while enabling security for NiFi Registry #250

Open ayushagr707 opened 1 year ago

ayushagr707 commented 1 year ago

Hi,

I am trying to add oidc for NiFi registry and therefore was trying to enable security for NiFi Registry by changing enabled=true for security. However, I am getting this error: "Failed to start web server: nifi.registry.security.keystore must be provided to configure Jetty for HTTPs while enabling oidc". Can you please let me know how to handle this error.

yadanav commented 1 year ago

You must be missing on the value of truststore, you have to configure keystore and truststore before enabling security.Or use cert-manager

ayushagr707 commented 1 year ago

@yadanav Can you please let me know on how to configure keystore and truststore in this values.yaml: https://github.com/dysnix/charts/blob/main/dysnix/nifi-registry/values.yaml?

jrebmann commented 6 months ago

Perhaps this article reference can help:

https://github.com/dysnix/charts/issues/220#issuecomment-1932980156

It shows how to integrate OIDC in a NiFi registry.