Feat: transformer plugin support map from body to header (#892)

This commit is contained in:
澄潭
2024-03-29 16:20:16 +08:00
committed by GitHub
parent 717e3bf51f
commit e844daea66
6 changed files with 350 additions and 174 deletions

View File

@@ -29,7 +29,6 @@ build-image:
--build-arg BUILDER=${BUILDER} \
--build-arg GOPROXY=$(GOPROXY) \
-t ${IMG} \
--load \
.
@echo ""
@echo "image: ${IMG}"
@@ -72,4 +71,4 @@ local-run:
python3 .devcontainer/gen_config.py ${PLUGIN_NAME}
envoy -c extensions/${PLUGIN_NAME}/config.yaml --concurrency 0 --log-level info --component-log-level wasm:debug
local-all: local-build local-run
local-all: local-build local-run