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: do not fetch kong version when running validate #1247

Merged
merged 1 commit into from
Mar 20, 2024

Commits on Mar 15, 2024

  1. fix: do not fetch kong version when running validate

    decK used to fetch the running Kong version in order to gate
    route regex patterns validation. This is problematic in
    the case users don't have access to the `/` endpoint, which
    is the one used to fetch the version of the runtime.
    
    This commit removes the need of fetching the Kong version
    entirely by relying on the `_format_version` field from the
    config file instead.
    GGabriele committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4c07bcb View commit details
    Browse the repository at this point in the history