ciso-assistant-community icon indicating copy to clipboard operation
ciso-assistant-community copied to clipboard

502 error with ingress-nginx using the -next chart

Open p4block opened this issue 8 months ago • 2 comments
trafficstars

Describe the bug My ingress controller was returning 502 when accessing the domain.

To Reproduce Install the chart on a ingress-nginx cluster (may be gke only?)

Expected behavior Login page appears

Additional context Works after adding these annotations (may not be optimal at all)

    nginx.ingress.kubernetes.io/proxy-buffer-size: "16k"
    nginx.ingress.kubernetes.io/proxy-buffers: "8 16k"

This comment gave me the tip. I don't think I would've have found it.

What ingress controller are you using for your own internal tests? I also analyzed the page and nothing overly huge is loaded. Pretty weird. Interaction with the frontend server?

p4block avatar Mar 12 '25 14:03 p4block

Personally, at work, we use Traefik and we don't need other annotations. I think that's a frontend code issues, I found something with same report here : https://github.com/intuitem/ciso-assistant-community/issues/803#issuecomment-2357798851

Nathanael-Mtd avatar Mar 12 '25 15:03 Nathanael-Mtd

Got the same issue, thanks for the tip, it's helping but, it's really slow for our instance. Do you have any tips?

geomtech avatar Apr 07 '25 14:04 geomtech