Skip to content

PoC: allow wild card host and sub-path api resolution #10796

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

Closed
wants to merge 2 commits into from

Conversation

benoitgravitee
Copy link
Contributor

@benoitgravitee benoitgravitee commented Feb 24, 2025

Issue

Gateway is not yet compatible for KGW API because it works with context paths.
Gateway cannot access '/' api and sub paths as well as wild host matches.

Description

  • Order path from the more specific to the least specific
    ** /v1/api
    ** /v1
    ** /

  • if virtual host starts with *. match that host ends the host without *
    eg. *.example.com

Remaining work

  • explore exact path vs. prefix explore header matching
  • explore header matching

Additional context


📚  View the storybook of this branch here

@jgiovaresco jgiovaresco deleted the poc-gateway-router-mode branch May 21, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants