openfaas / nats-queue-worker

Queue-worker for OpenFaaS with NATS Streaming
https://docs.openfaas.com/reference/async/
MIT License
128 stars 59 forks source link

Remove HTTP Host header override #37

Closed stefanprodan closed 6 years ago

stefanprodan commented 6 years ago

Description

Fix for Istio integration https://github.com/openfaas/faas/issues/851

The gateway will create or forward the X-Forwarded-Host header that contains the original host, no need to override the http client Host. https://github.com/openfaas/faas/pull/861

Motivation and Context

How Has This Been Tested?

Tested ok GKE with the Helm chart from https://github.com/openfaas/faas-netes/pull/279

Types of changes

Checklist:

alexellis commented 6 years ago

Merged, thanks.