Similar to #34, App Mesh should support end user-to-service authentication with JWT tokens. This is implemented in Envoy by https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/jwt_authn/v3/config.proto.
We are also interested in this feature , our existing microservices are secured using jwt tokens ,without this capability we are not able to move to appmesh.
Similar to #34, App Mesh should support end user-to-service authentication with JWT tokens. This is implemented in Envoy by https://www.envoyproxy.io/docs/envoy/latest/configuration/http_filters/jwt_authn_filter.
Envoy link above is stale. Try: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/jwt_authn/v3/config.proto
Most helpful comment
We are also interested in this feature , our existing microservices are secured using jwt tokens ,without this capability we are not able to move to appmesh.