Open mathieuHa opened 4 days ago
Hello @mathieuHa and thanks for raising this,
We have looked at our infrastructure logs and it looks like this was a transient error, and we apologize for that. Can you confirm that everything is working as expected?
I've seen 3 different reports of this on our project discord on 3 different days for what it is worth, so this would suggest it isn't just a single blip.
2 additional cases today.
I can confirm this behaviour
ERR Plugins are disabled because an error has occurred. error="unable to set up plugins environment: unable to download plugin github.com/BetterCorp/cloudflarewarp: error: 404:
Having the same issue. I’m using the crowdsec and cloudflarewarp plugin and they can’t be downloaded. Had to disable them in order for traefik to work. This should be a number 1 priority.
Same issue here.
experimental:
plugins:
cloudflarewarp:
moduleName: "github.com/BetterCorp/cloudflarewarp"
version: "v1.3.3"
crowdsec-bouncer-traefik-plugin:
moduleName: "github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin"
version: "v1.3.4"
dummy.nl:
rule: "Host(`www.dummy.nl`) || Host(`dummy.nl`)"
tls:
certResolver: letsencrypt
service: dummy.nl@file
entryPoints:
- https
middlewares:
- referrerPolicy
- compress
- ipWhitelisting
- cfReverseproxyRealIp
- crowdsec-bouncer
cfReverseproxyRealIp:
plugin:
cloudflarewarp:
disableDefault: false
crowdsec-bouncer:
plugin:
crowdsec-bouncer-traefik-plugin:
enabled: true
loglevel: WARN
crowdsecLapiKey: <redacted>
crowdsecMode: stream
crowdsecAppsecEnabled: true
crowdsecAppsecHost: crowdsec:7422
crowdsecAppsecFailureBlock: true
redisCacheEnabled: true
redisCacheHost: "crowdsec-redis:6379"
banHTMLFilePath: /pages/ban.html
clientTrustedIPs:
- 192.168.0.0/19
forwardedHeadersTrustedIPs:
- 173.245.48.0/20
- 103.21.244.0/22
- 103.22.200.0/22
- 103.31.4.0/22
- 141.101.64.0/18
- 108.162.192.0/18
- 190.93.240.0/20
- 188.114.96.0/20
- 197.234.240.0/22
- 198.41.128.0/17
- 162.158.0.0/15
- 104.16.0.0/13
- 104.24.0.0/14
- 172.64.0.0/13
- 131.0.72.0/22
- 2400:cb00::/32
- 2606:4700::/32
- 2803:f800::/32
- 2405:b500::/32
- 2405:8100::/32
- 2a06:98c0::/29
- 2c0f:f248::/32
dummy.nl:
loadBalancer:
passHostHeader: true
servers:
- url: http://dummy_nl
Following user reports, we have taken the time to conduct deep investigation on how it can happens.
We have found a case where transient error (404) can be cached. => We have modified the infrastructure to avoid this case. We also purged the cache.
We'll continue to watch carefully the plugin infrastructure in the next days.
Welcome!
What did you do?
I have some report from users stating they cannot download a middleware from plugins.traefik.io.
It has been reported initially in the repository of the plugin. maxlerebourg/crowdsec-bouncer-traefik-plugin/issues/197
I could not reproduced locally by multiples users stated they could not download the last version.
I believe it is an issue of Traefik, or Traefik Infrastructure and not related to the "plugin code".
I saw one other exemple from another middleware reported there https://github.com/traefik/traefik/issues/11296
What did you see instead?
Traefik plugin.io malfunctionning ?
What version of Traefik are you using?
3.2.1
What is your environment & configuration?
This exemple could not reproduce the error, i'll complete when I get more information
If applicable, please paste the log output in DEBUG level