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

connect: ingress gateway validation for http hosts and wildcards #15749

Merged
merged 3 commits into from
Jan 11, 2023

Commits on Jan 10, 2023

  1. connect: fix non-"tcp" ingress gateway validation

    changes apply to http, http2, and grpc:
    * if "hosts" is excluded, consul will use its default domain
      e.g. <service-name>.ingress.dc1.consul
    * can't set hosts with "*" service name
    * test http2 and grpc too
    gulducat committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    be19d7c View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #15749

    gulducat committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    90d81ba View commit details
    Browse the repository at this point in the history
  3. test: use must, one must

    gulducat committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f81d0b5 View commit details
    Browse the repository at this point in the history