Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/root/configuration/http_filters/lua_filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Lua
and verification. This warning will be removed when we feel that the filter has received enough
testing and API stability to call it generally production ready.

.. attention::

By default Envoy is built without exporting symbols that you may need when interacting with Lua
modules installed as shared objects. Envoy may need to be built with support for exported symbols.
Please see the `Bazel docs <https://github.com/envoyproxy/envoy/blob/master/bazel/README.md>` for more information.

Overview
--------

Expand Down