You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/05 02:19:21 UTC

[GitHub] [apisix] oyiadin commented on issue #8246: help request: {"error_msg":"unknown plugin [jwt-auth]"}

oyiadin commented on issue #8246:
URL: https://github.com/apache/apisix/issues/8246#issuecomment-1304379091

   Are you using `jwt-auth` in a stream route? APISIX does not share the same enabled-plugin list between http routes (which lies within the `plugins` part, the part you've published) and stream routes (which lies within the `stream_plugins: # sorted by priority
   ` part).
   
   If it's sure that the route is a http one, maybe you can execute `etcdctl get /apisix/plugins` to ensure that the configs are correctly synchronized.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org