Skip to content

Commit

Permalink
Update _envoy_istio.md (#8888)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
valkenburg-prevue-ch authored Mar 12, 2024
1 parent cfc065b commit 4c0b6c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/providers/proxy/_envoy_istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
headersToUpstreamOnAllow:
- set-cookie
- 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:
- cookie
```
Expand Down

0 comments on commit 4c0b6c7

Please sign in to comment.