Nagarajan
05/05/2025, 8:41 AMkubectl port-forward
directly to the service, all functionality—including login and registration—works as expected.
Environment Details:
• Ingress Controller: NGINX
• Load Balancer: AWS NLB (with TLS via cert-manager and external-dns)
• Service Type: ClusterIP
• SigNoz Version: v0.81.0
• Access Method That Works: kubectl port-forward
• Access Method That Fails: Public URL via Ingress (e.g., https://signoz.test.com)
Observed Logs:
• Successful 200 responses for /api/v1/hosts/list
, /api/v1/loginPrecheck
• 501 error for /api/v3/licenses/active
("not implemented"
)
• 500 error for /api/v1/user/{id}
("user not found"
) via Ingress
This behavior suggests an issue with Ingress forwarding or session handling.
Request:
Could you please help identify what might be misconfigured in our Ingress setup or suggest changes needed to ensure login/register works correctly through NGINX Ingress?
Happy to provide Ingress and service YAMLs if needed.Vibhu Pandey
05/05/2025, 9:17 AMVibhu Pandey
05/05/2025, 9:17 AMVibhu Pandey
05/05/2025, 10:34 AM