Open ayushagr707 opened 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
@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?
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.
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.