Status of JWT-based routing?

Hi @ekuefler I came here looking for the same. So far I have an approach similar to https://github.com/istio/istio/issues/8619 and https://github.com/BarDweller/istio-content-based-routing, but I read filters should not be used for this purpose, especially not with all that logic to read JWT.

I am also trying to remove some of that logic in favour of [Question] Decode JWT and put "sub" into a request header