You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you configure the JWT plugin, and then provide a JWT with an iss value that does not match any of your credentials, you get a nasty 500 error:
2015/09/30 17:27:04 [error] 62#0: *69 lua entry thread aborted: runtime error: /usr/local/share/lua/5.1/kong/plugins/jwt/access.lua:85: attempt to index local 'jwt_secret' (a nil value)
stack traceback:
coroutine 0:
/usr/local/share/lua/5.1/kong/plugins/jwt/access.lua: in function 'execute'
/usr/local/share/lua/5.1/kong/plugins/jwt/handler.lua:12: in function 'access'
/usr/local/share/lua/5.1/kong.lua:191: in function 'exec_plugins_access'
access_by_lua(nginx.conf:89):1: in function <access_by_lua(nginx.conf:89):1>, client: 192.168.99.1, server: _, request: "GET /content-pass/characters.json HTTP/1.1", host: "192.168.99.100:8000"
The text was updated successfully, but these errors were encountered:
If you configure the JWT plugin, and then provide a JWT with an iss value that does not match any of your credentials, you get a nasty 500 error:
The text was updated successfully, but these errors were encountered: