Does maesh support JWT checking?

I'm wondering if Maesh can be used to check JWT tokens on service access. The website states that it support authorization, but there is nothing about that in the documentation.

We are currently using Traefik as an ingress controller into one of our Kubernetes clusters and we can do some JWT checking on the ingress there, so I assume Maesh supports this too.

How would I configure this? The documentation is fairly limited when it comes to configurable things. It just mentions traffic types, retries and circuit breakers.

Hello @Fahr,

Currently Maesh supports authorization via SMI controls.

We currently don't implement any specialized authorization outside of this.

If you would like to see more authorization options, please open a feature request on (https://github.com/containous/maesh/issues)!