Kubernetes NGINX Ingress: Disable external auth for specific path
问题 I would like to be able to disable external authorization for a specific path of my App. Similiar to this SO: Kubernetes NGINX Ingress: Disable Basic Auth for specific path Only difference is using an external Auth provider (OAuth via Microsoft Azure) and there is a This is the path that should be reachable by the public /MyPublicPath My ingress.yaml: apiVersion: extensions/v1beta1 kind: Ingress metadata: name: myIngressName annotations: nginx.ingress.kubernetes.io/auth-signin: https:/