Skip to content
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

fix: path only based routing #190

Merged
merged 1 commit into from
Nov 6, 2018
Merged

fix: path only based routing #190

merged 1 commit into from
Nov 6, 2018

Commits on Nov 1, 2018

  1. fix: path only based routing

    dc3a19b introduced path only based routing but introduced a bug in the
    code.
    If there exist only path based routing rules for a service, then
    the ingress will never be satisfied. There was at least one host based
    ingress rule necessary to satisfied other host-less ingress rules for
    any service.
    This commit fixes that and properly creates routing rules in Kong to
    satisfy path-only ingress rules.
    hbagdi committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    08f679f View commit details
    Browse the repository at this point in the history