Skip to content

Commit 170feed

Browse files
committed
CH-124 update docs
1 parent 9971574 commit 170feed

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

deployment-configuration/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ backup:
6868
# -- K8s cpu resource definition.
6969
cpu: "50m"
7070
proxy:
71-
# -- Set to false to hide remote client headers
71+
# -- Set to false to hide remote client headers. Will hide the client IPs in all logs
7272
forwardedHeaders: true
7373
timeout:
7474
# -- Timeout for proxy connections in seconds.

docs/ingress-domains-proxies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ To configure it, override the following values in your `deployment-configuration
5353

5454
```yaml
5555
proxy:
56+
# -- Set to false to hide remote client headers. Will hide the client IPs in all logs
57+
forwardedHeaders: true
5658
timeout:
5759
# -- Timeout for proxy connections in seconds.
5860
send: 60

0 commit comments

Comments
 (0)