envoy.yaml example for http and https rewriting
This is an early example of working with envoy. I find the documentation to be difficult to get into, therefore I will try to track my progress by infrequent blog posts on the matter.The following envoy.yaml works for me for http and https rewriting to google:static_resources: listeners: - address: socket_address: address: 0.0.0.0 port_value: 80 filter_chains: [...]