oauth2-proxy authentication calls slow on kubernetes cluster with auth annotations for nginx ingress
问题 We have secured some of our services on the K8S cluster using the approach described on this page. Concretely, we have: nginx.ingress.kubernetes.io/auth-url: "https://oauth2.${var.hosted_zone}/oauth2/auth" nginx.ingress.kubernetes.io/auth-signin: "https://oauth2.${var.hosted_zone}/oauth2/start?rd=/redirect/$http_host$escaped_request_uri" set on the service to be secured and we have followed this tutorial to only have one deployment of oauth2_proxy per cluster. We have 2 proxies set up, both