Optional Flags(flags)

This set of flags allows you to enable and disable a set of configurations which are either optional or only for testing purposes.

yaml
flags:
  # enable to allow non-https addresses in fleet management and sinks. defaults to false
  allowInsecureHTTP: false
  # enable to allow the use of 'cmd' sources when using remote configuration.
  allowRemoteCMD: false
sources:
---
sinks:
ParameterTypeRequiredDefault ValueDescription
allowInsecureHTTPbooleanoptional[a] false If true allows non-https addresses in fleet management and sinks.
allowRemoteCMDbooleanoptional[a] false Enable to allow the use of 'cmd' sources when using remote configuration.

[a] Optional parameters use their default value unless explicitly set.