From 44ab76c4a9f39b118e67afe7d72665e10e902ffd Mon Sep 17 00:00:00 2001 From: Nicholas J Date: Tue, 9 Jan 2018 11:59:37 -0500 Subject: [PATCH] Docs: add notice related to lua and exported symbols Signed-off-by: Nicholas J --- docs/root/configuration/http_filters/lua_filter.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 --------