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
Erics tls updatesUpdated TLS doc configuration options table to match v4.1 release. Fixes#2088. (#2123)
* Removing a readme file this is not standardized in classic-mode directory.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated to not use readme file in classic-config directory, but the correct description file.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated to better sort some sections and update for missing entries. Fixes#2108.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated configuration variables for opentelemetry output plugin, many new ones added.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated configuration variables for opentelemetry output plugin, many new ones added. Fixes#2083
Signed-off-by: Eric D. Schabell <[email protected]>
* Fixes reqeusted by reviewers for options table for opentelemetry output plugin.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updated TLS doc configuration options table to match v4.1 release. Fixes#2088.
Signed-off-by: Eric D. Schabell <[email protected]>
* Updates to fix suggestion from @esmerel. Applys to #2088.
Signed-off-by: Eric D. Schabell <[email protected]>
---------
Signed-off-by: Eric D. Schabell <[email protected]>
Copy file name to clipboardExpand all lines: administration/transport-security.md
+22-19Lines changed: 22 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,21 @@ Fluent Bit provides integrated support for Transport Layer Security (TLS) and it
5
5
6
6
Both input and output plugins that perform Network I/O can optionally enable TLS and configure the behavior. The following table describes the properties available:
7
7
8
-
| Property | Description | Default |
9
-
| :--- | :--- | :--- |
10
-
|`tls`| Enable or disable TLS support. |`Off`|
11
-
|`tls.verify`| Force certificate validation. |`On`|
12
-
|`tls.verify_hostname`| Force TLS verification of host names. |`Off`|
13
-
|`tls.debug`| Set TLS debug verbosity level. Accepted values: `0` (No debug), `1` (Error), `2` (State change), `3` (Informational) and `4`. (Verbose) |`1`|
14
-
|`tls.ca_file`| Absolute path to CA certificate file. |_none_|
15
-
|`tls.ca_path`| Absolute path to scan for certificate files. |_none_|
16
-
|`tls.crt_file`| Absolute path to Certificate file. |_none_|
17
-
|`tls.key_file`| Absolute path to private Key file. |_none_|
18
-
|`tls.key_passwd`| Optional password for `tls.key_file` file. |_none_|
19
-
|`tls.vhost`| Hostname to be used for TLS SNI extension. |_none_|
0 commit comments