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(go) - go-pluginserve config #6981

Merged
merged 1 commit into from Mar 31, 2021

Conversation

javierguerragiraldez
Copy link
Contributor

two related issues:

  • the new config style is detected by the pluginserver_names setting,
    but the default is an empty table, thus it's never falsy, and the old
    configuration style is never attempted

  • the pluginserver names serve to tie the other configuration fields,
    but those fieldnames are lowercased, so the pluginserver names must be
    lowered too.

Fix #6840

two related issues:

- the new config style is detected by the `pluginserver_names` setting,
but the default is an empty table, thus it's never falsy, and the old
configuration style is never attempted

- the pluginserver names serve to tie the other configuration fields,
but those fieldnames are lowercased, so the pluginserver names must be
lowered too.
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.

The latest kong version (2.3.1) returns an error on GO plugin integration
2 participants