shreemaan-abhishek commented on issue #8874: URL: https://github.com/apache/apisix/issues/8874#issuecomment-1439777196
@hongdingyi, I was able to get the plugin runner to access the environment variable pass from apisix to the plugin runner. You can see it here: https://github.com/apache/apisix/blob/1a20e5378fc344c66ee61ce50ce5d118c8773fad/apisix/plugins/ext-plugin/init.lua#L917 When a process is being spawned, the child process inherits the parents' all environment variables. So I am not sure why your plugin runner could not access the environment variables. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
