add a bunch of different reverse proxy whitelists

This commit is contained in:
Tobias Brunner 2024-04-06 22:41:28 +02:00
parent d2370557e8
commit 844ad21ae6
Signed by: tobru
SSH Key Fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ spec:
- name: REVERSE_PROXY_USER_HEADER
value: X-Forwarded-Email
- name: REVERSE_PROXY_WHITELIST
value: "10.0.0.0/8"
value: "10.42.0.0/16,2001:cafe:42:0::/56,5.75.253.12/32,2a01:4f8:1c17:f190::1/128"
ports:
- containerPort: 8080
protocol: TCP