mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-08 09:37:58 +00:00
update(test): setup bidi gRPC integration test
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
4af769f84c
commit
6cfb0ec2b8
@ -31,7 +31,7 @@ stdout_output:
|
|||||||
# gRPC server using an unix socket.
|
# gRPC server using an unix socket.
|
||||||
grpc:
|
grpc:
|
||||||
enabled: true
|
enabled: true
|
||||||
bind_address: "unix:////tmp/falco.sock"
|
bind_address: "unix:///tmp/falco/falco.sock"
|
||||||
threadiness: 8
|
threadiness: 8
|
||||||
|
|
||||||
grpc_output:
|
grpc_output:
|
||||||
|
@ -678,11 +678,13 @@ trace_files: !mux
|
|||||||
rules_file:
|
rules_file:
|
||||||
- rules/single_rule.yaml
|
- rules/single_rule.yaml
|
||||||
conf_file: confs/grpc_unix_socket.yaml
|
conf_file: confs/grpc_unix_socket.yaml
|
||||||
|
trace_file: trace_files/cat_write.scap
|
||||||
|
run_duration: 5
|
||||||
grpc:
|
grpc:
|
||||||
address: unix:///tmp/falco.sock
|
address: unix:///tmp/falco/falco.sock
|
||||||
proto: output.proto
|
proto: outputs.proto
|
||||||
service: falco.output.service
|
service: falco.outputs.service
|
||||||
method: subscribe
|
method: get
|
||||||
results:
|
results:
|
||||||
- "Warning An open was seen"
|
- "Warning An open was seen"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user