Using istio with requestauth and a jwt issuer, but currently need to exclude certain paths traffic to the sidecar from actually validating any incoming jwt headers, is that possible? else istio tries to validate the jwt header ( even if not in issuerurl ) it receives.
added authpolicy to ignore those paths but the sidecar still decodes incoming authorization headers and validates them with my issuer.