You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to send global parameter to my plugin when running it, so for that, the solution I found is to create en .env file (Maybe there is an other solution. If yes I will take it). So I would like to know if it is possible to build go plugin and link it to an .env file.
Hello guyz !
I need to send global parameter to my plugin when running it, so for that, the solution I found is to create en .env file (Maybe there is an other solution. If yes I will take it). So I would like to know if it is possible to build go plugin and link it to an .env file.
I have a simple plugin
My go file
My local.env file
building plugin
docker run --rm -v `pwd`:/plugin-source tykio/tyk-plugin-compiler:v4.1.0 plugin.so
But when I run Tyk with the plugin installed, it crashes.
Do you know how to do this please
Thanks a lot for your help
The text was updated successfully, but these errors were encountered: