However this does not seem to work with Istio 1.1.3 and its failing silently. If I remove the filter, it works as expected.
Has anyone tried the same with Istio 1.1.3? If so, please do share the envoy.ext_authz filter configuration.
Istio just passes the config directly to Envoy, so I wouldn’t expect Pilot to generate any kind of error around this. However, the version of Envoy got bumped with the update to Istio 1.1, so it’s possible the filter config is being rejected. Have you checked the logs of the Istio Proxy?
One other thing to note is that the gRPC service name that Envoy uses for External Auth got rev’d in the new version. It was called envoy.service.auth.v2alpha and is now called envoy.service.auth.v2 — worth checking what your auth service is expecting.
I checked the logs of the istio proxy, and could note there is one critical log [1]. Not sure if its related though. Not sure if this is relevant.
However regarding the gRPC service name, the auth service is using envoy.service.auth.v2alpha, hence that could be a problem. Will update it to envoy.service.auth.v2 and re-check.
I just ran across this topic. I’m not sure if the poster ever resolved their issue, but for anyone else looking, the EnvoyFilter format changed in istio 1.1.3.