-
Notifications
You must be signed in to change notification settings - Fork 593
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
Ingress V1: wildcard should match only a single subdomain level #837
Comments
This is not supported by Kong and hence blocked. Feature request in Kong: Kong/kong#6334. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Looks like Kong/kong#6334 is resolved and we are unblocked, where are we at with this one? |
Kong/kong#6334 is closed as not fixed. Community users: if you're interested in this feature, please bring this up in Kong/kong#7327 |
I think this should be left open and we should work towards a resolution. I understand it hasn't happened in over a year but that doesn't mean we should label as 'wontfix'. |
It sounds like you're advocating that we get priority for this to put it on the roadmap for upcoming releases. @scseanchow please take a look and let's discuss the impact and whether this would fit into an upcoming release. |
Kubernetes 1.19 API and Ingress V1 KEP say the following about wildcard host matches:
Specifically:
Today, if KIC gets an Ingress stating
Host: *.foo.com
, it will configure Kong to match multiple levels of subdomains (where it should match only one). In other words, Kong will matchaaa.bbb.foo.com
(from the example above) where it shouldn't.The text was updated successfully, but these errors were encountered: