Hi,
I am trying to enable JWT authentication in envoy.yaml. The token passed in request is generated by service hosted by our company. And in this token, we don't use 'iss' (issuer) claim. And when I use envoy with configuration for JWT, I get an error "Jwt issuer is not configured". Can I skip the issuer validation in JWT auth in envoy?