Skip to content

Commit a3f4cba

Browse files
committed
fix: changes to envoy external ip headers for use by auth rate limiting
1 parent d7fffb3 commit a3f4cba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ansible/files/envoy_config/lds.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ resources:
2525
'@type': >-
2626
type.googleapis.com/envoy.extensions.access_loggers.stream.v3.StdoutAccessLog
2727
generate_request_id: false
28+
use_remote_address: true
29+
xff_num_trusted_hops: 1
30+
skip_xff_append: true
2831
http_filters:
2932
- name: envoy.filters.http.cors
3033
typed_config:

0 commit comments

Comments
 (0)