Questions tagged [traefik-plugins]
6 questions
1
vote
0 answers
Add custom headers or authentication to HTTP provider for traefik
I'd like to use traefik V2's built-in HTTP provider to dynamically get routing configurations. However, traefik does not seem to have an option to provide authentication to those HTTP endpoints. This means that the HTTP endpoint needs to be public,…

LRutten
- 1,634
- 7
- 17
1
vote
0 answers
CFG post-order panic: reflect: embedded type with methods not implemented if there is more than one field
I am trying to build a Traefik plugin in local mode based on https://github.com/traefik/plugindemo#local-mode
In this plugin, I am trying to use a library https://github.com/vektah/gqlparser
Without importing this library, the code runs well. As…

Hongbo Miao
- 45,290
- 60
- 174
- 267
0
votes
1 answer
“unknown plugin type” for all traefik plugins
I am using Traefik as an ingress for my kubernetes and am unable to use any plugin. No logs for plugin getting downloaded. I get error for all plugins like this
time="2023-05-18T02:01:32Z" level=error msg="plugin: unknown plugin type:…

hassanbsalimi
- 67
- 7
0
votes
0 answers
Traefik. Embedding plugins beforehand to avoid on-startup compiling
I like the idea of Traefik plugins, but I'm not sure that downloading dependencies and compiling plugins on every Traefik startup is a good idea.
Are there any way to embed plugins beforehand, so Traefik will download and compile nothing on…

pprishchepa
- 997
- 1
- 9
- 21
0
votes
1 answer
traefik HTTP POST request net::ERR_CONNECTION_RESET
I am trying to install This docker image
which runs on port 3000 for http and 3001 for https.
I need to run just HTTP version on a LocalNetwork.
I am getting network error in browser console when upload test is running.
version: "3.3"
services:
…

user3642342
- 61
- 8
0
votes
1 answer
traefik.go: command traefik error: failed to eval New: undefined: xxx
I am trying to build a Traefik plugin and test it in local mode based on https://github.com/traefik/plugindemo#local-mode
Right now this plugin does nothing and just returns "Hello".
Here is my file structure:
In the…

Hongbo Miao
- 45,290
- 60
- 174
- 267