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

Allow empty HTTPRoute hostnames #650

Merged
merged 4 commits into from
May 18, 2023

Commits on May 17, 2023

  1. Allow empty HTTPRoute hostnames

    If an HTTPRoute didn't supply any hostnames, then we wouldn't attach it to any listeners. This fixes that issue and uses the wildcard hostname if a listener doesn't supply a hostname, otherwise just use the hostnames of the listeners.
    sjberman committed May 17, 2023
    Configuration menu
    Copy the full SHA
    fa0d942 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    bd8fb93 View commit details
    Browse the repository at this point in the history
  2. Add listener name to test

    sjberman committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7090416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67ad1ea View commit details
    Browse the repository at this point in the history