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

apis: validate header and query param matches #1230

Merged
merged 3 commits into from
Jun 29, 2022

Commits on Jun 27, 2022

  1. apis: validate header and query param matches

    Adds webhook validation to ensure that no
    HTTP header or query param is matched more
    than once in a given route rule.
    
    Signed-off-by: Steve Kriss <krisss@vmware.com>
    skriss committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    ac39b93 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. check specific errors in tests, fix route match error paths

    Signed-off-by: Steve Kriss <krisss@vmware.com>
    skriss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    eb6321c View commit details
    Browse the repository at this point in the history
  2. make linter happy

    Signed-off-by: Steve Kriss <krisss@vmware.com>
    skriss committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    87b2f8c View commit details
    Browse the repository at this point in the history