plugindemo
plugindemo copied to clipboard
This repository includes an example plugin, for you to use as a reference for developing your own plugins
We are writing a traefik plugin and when it's almost done, the local test indicates that package "unsafe" used by one of our dependency cannot be loaded ( import \"unsafe\"...
Hi, we use https://doc.traefik.io/traefik/observability/tracing/elastic Is it possible to log within plugin getting the trace id from request? So we see in ContainerLog / APM etc. whatever happened in the plugin,...
Hi, I tried to make a plugin by myself and noticed Go itself and several tools version are old so I updated. ## Updated tools - Go 1.19 -> 1.23...
Hello, thanks for awesome plugin template! I am developing some small plugin for rewriting [GET]URL query to [POST]JSON body. (This is helpful for emulating AWS API Gateway w/o localstack) I...
I think it would be nice if this module contained examples on the proper/ cleanest way to log messages at different levels(DEBUG, INFO, etc...) I noticed that even the standard...