plugindemo icon indicating copy to clipboard operation
plugindemo copied to clipboard

This repository includes an example plugin, for you to use as a reference for developing your own plugins

Results 5 plugindemo issues
Sort by recently updated
recently updated
newest added

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\"...

kind/enhancement
area/documentation

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,...

kind/question

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

kind/enhancement
area/documentation
contributor-wanted

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

kind/enhancement
status/2-needs-review
area/documentation