traefik-plugins / traefik-jwt-plugin

Traefik plugin which checks JWT tokens for required fields. Supports Open Policy Agent (OPA) and signature validation with JWKS
Apache License 2.0
100 stars 39 forks source link

Installation error when using README code #64

Closed aldosr closed 9 months ago

aldosr commented 9 months ago

Using the code provided in the README with helm installation gave me the following error: ERROR: plugin enabled is missing moduleName/version keys !

Even if I use the latest version (i.e. v0.7.0).

However, it works like a charm when I use the code provided in the Pluging catalog: https://plugins.traefik.io/plugins/62947304108ecc83915d7782/jwt-access-policy

Is this behavior expected or I'm missing something?

eshepelyuk commented 9 months ago

Just updated README, it had incorrect version. Could you check again ?

aldosr commented 9 months ago

Works fine, thanks!