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
- Host: GitHub
- URL: https://github.com/ML-ZoneReaper/envoy-lua
- Owner: eabykov
- Created: 2024-04-24T12:19:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T11:41:17.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:01:44.890Z (10 months ago)
- Topics: compose, docker, docker-compose, envoy, lua
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Project Outline

### 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