wiltonsr / ldapAuth

An open source Traefik Middleware that enables authentication via LDAP in a similar way to Traefik Enterprise
https://plugins.traefik.io/plugins/628c9eb7ffc0cd18356a979c/ldap-auth
Apache License 2.0
111 stars 10 forks source link

Integrity check failed #8

Closed dorianim closed 2 years ago

dorianim commented 2 years ago

Hi,

I wanted to try this plugin, but I get this error: traefik error: failed to check archive integrity of the plugin github.com/wiltonsr/ldapAuth: plugin integrity check failed

My config looks like this:

pilot:
        token: "<my_token>"
experimental:
        plugins:
                ldapAuth:
                        moduleName: "github.com/wiltonsr/ldapAuth"
                        version: "v0.0.9"

What am I doing wrong?

Regards, Dorian

wiltonsr commented 2 years ago

Hi,

This is related to this issue

I already remove tag v0.0.9 and created a new tag v0.0.10.

Wait a while to Pilot reflect this in Plugin page and adjust version in your conf.

dorianim commented 2 years ago

Thanks!