diff --git a/falco.yaml b/falco.yaml index 68e0f6d2502..dc5678a98ef 100644 --- a/falco.yaml +++ b/falco.yaml @@ -362,11 +362,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 @@ -410,7 +410,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: "" @@ -567,4 +567,4 @@ metadata_download: # base_syscalls: custom_set: [] - repair: false + repair: false \ No newline at end of file