mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-13 20:05:49 +00:00
cleanup(docs): remove extraneous whitespace in falco.yaml
Signed-off-by: Stanley Chan <pocketgamer5000@gmail.com>
This commit is contained in:
parent
1125b92fc3
commit
3403225d8d
@ -361,11 +361,11 @@ stdout_output:
|
|||||||
# (the endpoint name is configurable).
|
# (the endpoint name is configurable).
|
||||||
# - /versions: responds with a JSON object containing version numbers of the
|
# - /versions: responds with a JSON object containing version numbers of the
|
||||||
# internal Falco components (similar output as `falco --version -o json_output=true`).
|
# internal Falco components (similar output as `falco --version -o json_output=true`).
|
||||||
#
|
#
|
||||||
# # NOTE: the /versions endpoint is useful to other services (such as falcoctl)
|
# # NOTE: the /versions endpoint is useful to other services (such as falcoctl)
|
||||||
# to retrieve info about a running Falco instance. Make sure the webserver is
|
# to retrieve info about a running Falco instance. Make sure the webserver is
|
||||||
# enabled if you're using falcoctl either locally or with Kubernetes.
|
# enabled if you're using falcoctl either locally or with Kubernetes.
|
||||||
#
|
#
|
||||||
# The following options control the behavior of that webserver (enabled by default).
|
# The following options control the behavior of that webserver (enabled by default).
|
||||||
#
|
#
|
||||||
# The ssl_certificate is a combination SSL Certificate and corresponding
|
# The ssl_certificate is a combination SSL Certificate and corresponding
|
||||||
@ -409,7 +409,7 @@ http_output:
|
|||||||
user_agent: "falcosecurity/falco"
|
user_agent: "falcosecurity/falco"
|
||||||
# Tell Falco to not verify the remote server.
|
# Tell Falco to not verify the remote server.
|
||||||
insecure: false
|
insecure: false
|
||||||
# Path to the CA certificate that can verify the remote server.
|
# Path to the CA certificate that can verify the remote server.
|
||||||
ca_cert: ""
|
ca_cert: ""
|
||||||
# Path to a specific file that will be used as the CA certificate store.
|
# Path to a specific file that will be used as the CA certificate store.
|
||||||
ca_bundle: ""
|
ca_bundle: ""
|
||||||
@ -564,4 +564,4 @@ metadata_download:
|
|||||||
#
|
#
|
||||||
base_syscalls:
|
base_syscalls:
|
||||||
custom_set: []
|
custom_set: []
|
||||||
repair: false
|
repair: false
|
Loading…
Reference in New Issue
Block a user