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

feat(dist): re-enable ngx_devel_kit_module #11457

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

bungle
Copy link
Member

@bungle bungle commented Aug 25, 2023

Summary

Re-enables ngx_devel_kit_module.

This was originally disabled in:
#10315

NDK is needed for set_by_lua, which is the reason we re-enable it, even when Kong doesn't use it, and can only be used through Nginx configuration injections or custom Kong Nginx templates.

Issues Resolved

Fix #11455

KAG-2458

### Summary

Re-enables `ngx_devel_kit_module`.

This was originally disabled in:
#10315

NDK is needed for `set_by_lua`, which is the reason we re-enable it,
even when Kong doesn't use it, and can only be used through Nginx
configuration injections or custom Kong Nginx templates.

### Issues Resolved

Fix #11455

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
@chronolaw
Copy link
Contributor

Should we back port it to 3.4?

@bungle bungle merged commit 442b942 into master Aug 25, 2023
@bungle bungle deleted the feat/re-enable-ndk branch August 25, 2023 08:37
@kikito
Copy link
Member

kikito commented Sep 25, 2023

@bungle if there's a reason for not backporting this, please write it here

team-gateway-bot pushed a commit that referenced this pull request Nov 28, 2023
### Summary

Re-enables `ngx_devel_kit_module`.

This was originally disabled in:
#10315

NDK is needed for `set_by_lua`, which is the reason we re-enable it,
even when Kong doesn't use it, and can only be used through Nginx
configuration injections or custom Kong Nginx templates.

### Issues Resolved

Fix #11455

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
(cherry picked from commit 442b942)
team-gateway-bot pushed a commit that referenced this pull request Nov 28, 2023
### Summary

Re-enables `ngx_devel_kit_module`.

This was originally disabled in:
#10315

NDK is needed for `set_by_lua`, which is the reason we re-enable it,
even when Kong doesn't use it, and can only be used through Nginx
configuration injections or custom Kong Nginx templates.

### Issues Resolved

Fix #11455

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
(cherry picked from commit 442b942)
bungle added a commit that referenced this pull request Nov 29, 2023
### Summary

Re-enables `ngx_devel_kit_module`.

This was originally disabled in:
#10315

NDK is needed for `set_by_lua`, which is the reason we re-enable it,
even when Kong doesn't use it, and can only be used through Nginx
configuration injections or custom Kong Nginx templates.

### Issues Resolved

Fix #11455

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
(cherry picked from commit 442b942)
bungle added a commit that referenced this pull request Nov 29, 2023
### Summary

Re-enables `ngx_devel_kit_module`.

This was originally disabled in:
#10315

NDK is needed for `set_by_lua`, which is the reason we re-enable it,
even when Kong doesn't use it, and can only be used through Nginx
configuration injections or custom Kong Nginx templates.

### Issues Resolved

Fix #11455

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
(cherry picked from commit 442b942)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use set_by_lua and set_by_lua_block in Kong 3.3 and up.
4 participants