An open API service indexing awesome lists of open source software.

https://github.com/ML-ZoneReaper/envoy-lua

Test your LUA scripts using Envoy
https://github.com/ML-ZoneReaper/envoy-lua

compose docker docker-compose envoy lua

Last synced: 14 days ago
JSON representation

Test your LUA scripts using Envoy

Awesome Lists containing this project

README

          

### Project Outline

![scheme](lua.png)

### How to Test Your Lua Script Using Envoy

1. Insert your Lua script after the `inline_code` line in the [`envoy.yaml`](envoy.yaml)
2. Up the project using command: `docker compose up -d`
3. Send an HTTP request to the http://localhost:8000 and in response, you will receive the information in the specified format after processing by the Lua
> By default, Lua adds the `lua-worked: true` HTTP header