Update _envoy_istio.md (#8888)

Added a comment about allowing the http authorization headers to upstream, necessary in an istio meshConfig if there are proxy providers which inject http basic auth headers.

Signed-off-by: Wessel Valkenburg (prevue.ch) <116259817+valkenburg-prevue-ch@users.noreply.github.com>
This commit is contained in:
Wessel Valkenburg (prevue.ch)
2024-03-12 20:10:09 +01:00
committed by GitHub
parent cfc065b41b
commit 4c0b6c71ac

View File

@ -20,6 +20,9 @@ spec:
headersToUpstreamOnAllow: headersToUpstreamOnAllow:
- set-cookie - set-cookie
- x-authentik-* - x-authentik-*
# Add authorization headers to the allow list if you need proxy providers which
# send a custom HTTP-Basic Authentication header based on values from authentik
# - authorization
includeRequestHeadersInCheck: includeRequestHeadersInCheck:
- cookie - cookie
``` ```