How to Configure Nginx Ingress for Auth Validation in Kubernetes?
I’m trying to configure an Nginx ingress in Kubernetes to use an authentication service (auth-api) for validating access tokens before routing requests to other services (user-api and other-api). However, the setup isn’t working as expected, and I’m not sure what I’m missing. Here’s what I have so far: