Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
disable strict fields for system tests
  • Loading branch information
efd6 committed May 22, 2025
commit 192b7a643de2602a6f98700d3a6913c0c12c1fc4
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ service: zscaler-zia-audit-tcp
service_notify_signal: SIGHUP
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9029
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ service_notify_signal: SIGHUP
input: http_endpoint
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9562
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ service_notify_signal: SIGHUP
input: http_endpoint
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9556
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ service_notify_signal: SIGHUP
input: tcp
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9011
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ service: zscaler-zia-endpoint-dlp-tcp
service_notify_signal: SIGHUP
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ service_notify_signal: SIGHUP
input: http_endpoint
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9561
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ service_notify_signal: SIGHUP
input: http_endpoint
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9557
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ service: zscaler-zia-firewall-tcp
service_notify_signal: SIGHUP
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9012
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ service_notify_signal: SIGHUP
input: http_endpoint
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9558
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ service: zscaler-zia-tunnel-tcp
service_notify_signal: SIGHUP
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9013
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ service_notify_signal: SIGHUP
input: http_endpoint
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9559
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ service: zscaler-zia-web-tcp
service_notify_signal: SIGHUP
vars:
listen_address: 0.0.0.0
strict_fields: false
data_stream:
vars:
listen_port: 9014
Expand Down