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
Lua filter has built-in perRoute support, so we won't need to create a seperate lua filter for each route.
I think it's fine to keep the current implmentation as it's a generic approach to support configuration per route. If we find any issues with the multple-filter approach, we can then switch to the built-in perRoute approach.