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

internal: Remove max_program_size from regex #3093

Merged
merged 1 commit into from Nov 4, 2020

Commits on Nov 4, 2020

  1. internal: Remove max_program_size from regex

    The Regex `max_program_size` is deprecated from Envoy and the control plane should
    do this validation now. Removes the max_program_size field and adds a regex compile
    check to the Ingress resource builder.
    
    Fixes projectcontour#2933
    
    Signed-off-by: Steve Sloka <slokas@vmware.com>
    stevesloka committed Nov 4, 2020
    Copy the full SHA
    5776b2b View commit details
    Browse the repository at this point in the history