-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConfigMap setting whitelist-source-ranges
doesn't work
#473
Comments
I'm not 100% sure but i don't think white listing will work if you are using ssl_passthrough... |
Well, white listing certainly does work in my setup, but only for resources explicitly annotated with My only issue is that the config map's |
Looks like this setting doesnt work on TCP config map. |
I have this configmap:
But nginx controller (version 0.9.0.beta.3) totally ignores
whitelist-source-range
. I have some Ingress resources with theingress.kubernetes.io/whitelist-source-range
annotation, to explicitly say which IPs to allow, but I also have one Ingress resource without any annotation. It is my understanding that, in the absence of a specific annotation in an Ingress then the defaultwhitelist-source-range
from the ConfigMap should apply. It doesn't apply, in my experience.Did I understand incorrectly, or is it a bug?
The text was updated successfully, but these errors were encountered: