denyip icon indicating copy to clipboard operation
denyip copied to clipboard

Plugin Not working with traefik 3.4.1

Open vladislavs1321 opened this issue 6 months ago • 5 comments

 error="unable to set up plugins environment: unable to download plugin github.com/kevtainer/denyip: failed to call service: Get \"https://plugins.traefik.io/public/download/github.com/kevtainer/denyip/v2.0.0\": GET https://plugins.traefik.io/public/download/github.com/kevtainer/denyip/v2.0.0 giving up after 4 attempt(s)" plugins=["denyip"]

part of deployment running config:

containers:
        - name: traefik
          image: docker.io/traefik:v3.4.1
          args:
            ...
            - '--experimental.plugins.denyip.moduleName=github.com/kevtainer/denyip'
            - '--experimental.plugins.denyip.version=v2.0.0'
            ...

vladislavs1321 avatar Jun 22 '25 12:06 vladislavs1321