mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-12 03:22:41 +00:00
update(falco.yaml): update default configuration and its comments
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
2b7bcc87a7
commit
f599fab439
12
falco.yaml
12
falco.yaml
@ -227,9 +227,10 @@ file_output:
|
|||||||
stdout_output:
|
stdout_output:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# Falco contains an embedded webserver that can be used to accept K8s
|
# Falco contains an embedded webserver that is used to implement an health
|
||||||
# Audit Events. These config options control the behavior of that
|
# endpoint for checking if Falco is up and running. These config options control
|
||||||
# webserver. (By default, the webserver is enabled).
|
# the behavior of that webserver. By default, the webserver is enabled and
|
||||||
|
# the endpoint is /healthz.
|
||||||
#
|
#
|
||||||
# The ssl_certificate is a combination SSL Certificate and corresponding
|
# The ssl_certificate is a combination SSL Certificate and corresponding
|
||||||
# key contained in a single file. You can generate a key/cert as follows:
|
# key contained in a single file. You can generate a key/cert as follows:
|
||||||
@ -237,11 +238,10 @@ stdout_output:
|
|||||||
# $ openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
|
# $ openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
|
||||||
# $ cat certificate.pem key.pem > falco.pem
|
# $ cat certificate.pem key.pem > falco.pem
|
||||||
# $ sudo cp falco.pem /etc/falco/falco.pem
|
# $ sudo cp falco.pem /etc/falco/falco.pem
|
||||||
#
|
|
||||||
# It also exposes a healthy endpoint that can be used to check if Falco is up and running
|
|
||||||
# By default the endpoint is /healthz
|
|
||||||
webserver:
|
webserver:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# when threadiness is 0, Falco automatically guesses it depending on the number of online cores
|
||||||
|
threadiness: 0
|
||||||
listen_port: 8765
|
listen_port: 8765
|
||||||
k8s_healthz_endpoint: /healthz
|
k8s_healthz_endpoint: /healthz
|
||||||
ssl_enabled: false
|
ssl_enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user