How to set HTTP output headers in Istio?

2/26/2020

I am migrating a productive Nginx Ingress Gateway to Istio Ingress Gateway and I need to set some output headers in Istio.

It should have the same effect like doing this on Nginx: https://github.com/openresty/headers-more-nginx-module#synopsis

I am using the more_set_headers directive in Nginx Ingress.

So how can I set those headers in the Istio Ingress Gateway?

Thanks in advance.

Best regards, rforberger

-- Ronny Forberger
http-headers
istio
kubernetes
nginx

0 Answers