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
