-
Notifications
You must be signed in to change notification settings - Fork 405
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
Support Lua Filters in EnvoyExtensionPolicy #4627
Comments
+1 Lua support is essential for users migrating from the Nginx ecosystem. |
Here's a workaround until this is implemented using EnvoyPatchPolicy which needs to be enabled https://gateway.envoyproxy.io/docs/tasks/extensibility/envoy-patch-policy/ This patch assumes the Gateway installed is the same as the one from the Quickstart https://gateway.envoyproxy.io/docs/tasks/quickstart/
You will need to also enable info logging in the proxy if testing this example
Note if linking this to a HTTPS listener, the |
Is this issue open for contributions? I could start with an API PR. |
go for it @rudrakhp ! would be great to think about how the Lua config can be validated before pushing it to the proxy |
@arkodg IMO we have two options here:
WDYT? |
+1 for 1, the list of methods available on the stream handle doesnt seem very long |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. |
Description:
Allow users to configure Lua filters using the EnvoyExtensionPolicy https://gateway.envoyproxy.io/docs/api/extension_types/#envoyextensionpolicyspec
relates to #2025
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: