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(migrations) don't assume '/?/init.lua' in the path #6993

Merged
merged 2 commits into from
May 28, 2021

Commits on Apr 16, 2021

  1. fix(migrations) don't assume '/?/init.lua' in the path

    When a custom plugin is load that is not located in the Kong tree
    the user manually sets the Lua-path to locate the plugin. In that
    case the assumption that the 'init' files will be found might be
    wrong.
    
    Fixes #6867
    Tieske authored and locao committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d0d362c View commit details
    Browse the repository at this point in the history
  2. implement it as a fallback

    Tieske authored and locao committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f0824e2 View commit details
    Browse the repository at this point in the history