You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a manifest for ingress with basic auth, which worked on an older version of the helm chart. I am trying to apply that with the latest helm stable (1.6.3), and the auth annotations have no effect. Content is served by nginx, but without requiring basic auth.
I'm sure I'm just doing something dumb... but I've been over the docs several times, and I don't see what I'm doing wrong. I also don't see an errors from the nginx pod, even when turning debugging up to 5.
I've also tried with the annotations omitting "nginx." (eg ingress.kubernetes.io/auth-type: basic). I know you can specify the annotation prefix, but I don't see any way to query what the correct prefix is from a running pod/deployment.
I have the basic-auth secret in both the nginx-ingress namespace, and the namespace of my ingress resource.
I have a manifest for ingress with basic auth, which worked on an older version of the helm chart. I am trying to apply that with the latest helm stable (1.6.3), and the auth annotations have no effect. Content is served by nginx, but without requiring basic auth.
I'm sure I'm just doing something dumb... but I've been over the docs several times, and I don't see what I'm doing wrong. I also don't see an errors from the nginx pod, even when turning debugging up to 5.
I've also tried with the annotations omitting "nginx." (eg ingress.kubernetes.io/auth-type: basic). I know you can specify the annotation prefix, but I don't see any way to query what the correct prefix is from a running pod/deployment.
I have the basic-auth secret in both the nginx-ingress namespace, and the namespace of my ingress resource.
I'm on GKE, with the latest stable helm chart:
The text was updated successfully, but these errors were encountered: