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
Say I have 2 consumers each with one JWT credential configured. And I have 2 routes, now when i add JWT plugin for the route i cannot specify the consumer ID as it gives schema violation error (since in plugin schema its not allowed).
Hence the route is accessible by both consumers i.e. via both JWT token.
Expected Behavior
I want a route to be scoped to specfic consumer and if token received is not a valid token considering the scoped consumer, then it should block the request.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Kong version (
$ kong version
)3.6
Current Behavior
Say I have 2 consumers each with one JWT credential configured. And I have 2 routes, now when i add JWT plugin for the route i cannot specify the consumer ID as it gives schema violation error (since in plugin schema its not allowed).
Hence the route is accessible by both consumers i.e. via both JWT token.
Expected Behavior
I want a route to be scoped to specfic consumer and if token received is not a valid token considering the scoped consumer, then it should block the request.
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: