-
Notifications
You must be signed in to change notification settings - Fork 228
[cetic/nifi] Access Unknown: Certificate and Token not found. #286
Comments
We are facing exactly the same issue. |
did you find any way to solve the issue? |
I am facing the exact same issue. is there a way to resolve this? |
The chart currently supports NiFi 1.16, not "latest" afaik. You can try if #294 fixes the issue, it adds support for 1.20. |
I had this same issue, but the nginx configuration mentioned here made it work for me: |
@Sms-Rk I had some troubles with setting up the ingress-nginx-controller with NiFi as well. I remember I got this error, but don't remember why & when exactly 😄 These are some things I had to fix: x ingress-nginx-controller was running ingressing on the same port as I was serving nifi (8443); so I changed my NiFi serving port to 9443:
x My ingress resource wasn't configured correctly for NiFi, so I added the following annotations:
Hope this helps 😅 |
Describe the problem
hi i installed nifi and zookeeper on kubernetes cluster rke using helm
and im using nginx ingress controller
i can access web ui over https using ingress from outside the cluster but when i enter username and password i get
Access Unknown: Certificate and Token not found.
Version of Helm, Kubernetes and the Nifi chart: helm version 3.7 , latest image of nifi ,
this is my values.yaml
and this is my ingress resource:
thanks for you help
The text was updated successfully, but these errors were encountered: