Nginx – How to run Nextjs Backend with NextAuth alongside Keycloak in Local Kubernetes
I have the following services deployed to a Kubernetes cluster running locally on my machine: Keycloak NextJS Ingress-nginx The NextJS app is basic: it uses NextAuth and the NextAuth Keycloak provider to allow the user to log in and view…