You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately it looks like TLS configuration for input and output, as well as Cloudwatch configuration, does not use this method and rolls it's own that does not support the yes/no values:
Bug Report
Describe the bug
Boolean configuration should be using the standard utility method to handle:
And all case variants of it.
See:
fluent-bit/src/flb_utils.c
Lines 659 to 673 in bbc520a
Unfortunately it looks like TLS configuration for input and output, as well as Cloudwatch configuration, does not use this method and rolls it's own that does not support the
yes/no
values:fluent-bit/src/flb_output.c
Line 863 in bbc520a
fluent-bit/plugins/out_cloudwatch_logs/cloudwatch_logs.c
Lines 187 to 189 in bbc520a
fluent-bit/src/flb_input.c
Line 544 in bbc520a
This means if someone uses
yes/no
to configure TLS it will lead to an invalid configuration.To Reproduce
Expected behavior
yes/no
can be used to confgure TLS and Amazon Cloudwatch.Screenshots
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: