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: detect filter chain support from API response #101

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Commits on Jun 6, 2024

  1. fix: detect filter chain support from API response

    This updates the business logic that is used to decide if (wasm) filter
    chains are supported by Kong. Instead of relying on the caller to set
    `dump.Config.IsFilterChainsSupported`, we check the error response code
    from `GET /filter-chains` and decide how to proceed from there.
    flrgh committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2d56d43 View commit details
    Browse the repository at this point in the history