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

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented Apr 2, 2021

When a custom plugin is loaded 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
Fixes #7340

@Tieske Tieske self-assigned this Apr 2, 2021
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
Copy link
Member Author

Tieske commented Apr 24, 2021

Thx @kikito for the approval, please note that I cannot merge PR's (no rights)

@dndx dndx merged commit 5907f9a into master May 28, 2021
@dndx dndx deleted the fix/load-migrations branch May 28, 2021 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

custom migrations expect ./?/init.lua in the path setting
3 participants