Skip to content

Test your LUA scripts using Envoy

Notifications You must be signed in to change notification settings

eabykov/envoy-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Outline

scheme

How to Test Your Lua Script Using Envoy

  1. Insert your Lua script after the inline_code line in the 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