diff --git a/falco.yaml b/falco.yaml index 2a30667e..c2f36a17 100644 --- a/falco.yaml +++ b/falco.yaml @@ -361,11 +361,11 @@ stdout_output: # (the endpoint name is configurable). # - /versions: responds with a JSON object containing version numbers of the # internal Falco components (similar output as `falco --version -o json_output=true`). -# +# # # 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 # enabled if you're using falcoctl either locally or with Kubernetes. -# +# # The following options control the behavior of that webserver (enabled by default). # # The ssl_certificate is a combination SSL Certificate and corresponding @@ -409,7 +409,7 @@ http_output: user_agent: "falcosecurity/falco" # Tell Falco to not verify the remote server. 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: "" # Path to a specific file that will be used as the CA certificate store. ca_bundle: "" @@ -564,4 +564,4 @@ metadata_download: # base_syscalls: custom_set: [] - repair: false + repair: false \ No newline at end of file