How to pass variables between external plugins and system plugins? #12726
Replies: 1 comment
-
|
To pass variables from a Lua system plugin to a Python external plugin in APISIX, you should register your variable in the Lua plugin using To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I implemented an external plugin through Python and configured the external plugin into the route. My route also binds a custom plugin implemented in Lua. How can I get the variable values set in the Lua plugin within the Python-implemented external plugin?
Beta Was this translation helpful? Give feedback.
All reactions