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(MeshGateway): ignore MeshGatewayRoute hostnames using cross mesh listeners #8105

Closed

Commits on Oct 23, 2023

  1. test(MeshGateway): add case with invalid config

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5cd2e4f View commit details
    Browse the repository at this point in the history
  2. fix(MeshGateway): ignore route hostnames on cross mesh listeners

    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    226b7e1 View commit details
    Browse the repository at this point in the history
  3. test(MeshGateway): add case with hostname specified cross mesh listener

    Both routes attach because we ignore `hostnames` on them.
    
    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c410038 View commit details
    Browse the repository at this point in the history
  4. test(MeshGateway): add route with hostname attached to listener with …

    …hostname
    
    The route with no hostname overlap should be ignored and the matching
    should only attach to the tagged listener.
    
    Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
    michaelbeaumont committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    88b6671 View commit details
    Browse the repository at this point in the history