mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-04 10:26:40 +00:00
new: grpc server certificates config
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
b682f5c344
commit
bc42c075cb
@ -172,6 +172,9 @@ grpc:
|
|||||||
enabled: true
|
enabled: true
|
||||||
bind_address: "0.0.0.0:5060"
|
bind_address: "0.0.0.0:5060"
|
||||||
threadiness: 8
|
threadiness: 8
|
||||||
|
private_key: ""
|
||||||
|
cert_chain: ""
|
||||||
|
root_certs: ""
|
||||||
|
|
||||||
grpc_output:
|
grpc_output:
|
||||||
enabled: true
|
enabled: true
|
Loading…
Reference in New Issue
Block a user