Skip to main content
Question

NAI UI accessible via Port-Forward but fails with 403 Session Expired through LoadBalancer IP

  • July 9, 2026
  • 0 replies
  • 0 views

Forum|alt.badge.img

NAI Dashboard is accessible and functional when accessed through Envoy Gateway port-forward:
kubectl port-forward \
svc/envoy-nai-system-nai-ingress-gateway-ff52ba1f \
-n envoy-gateway-system 8080:80
Access URL: http://localhost:8080/nai/dashboard

However, when accessing the same NAI deployment through the LoadBalancer IP:

http://10.50.22.51

authentication redirects to:
/oauth2/callback

and eventually fails with:
403 Session Expired
Your session has expired. Please login aga
 

This topic has been closed for replies.