diff --git a/docs/root/configuration/http_filters/lua_filter.rst b/docs/root/configuration/http_filters/lua_filter.rst index db428f4d5..f404fde4e 100644 --- a/docs/root/configuration/http_filters/lua_filter.rst +++ b/docs/root/configuration/http_filters/lua_filter.rst @@ -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 ` for more information. + Overview --------