Skip to content

Commit 3fd191f

Browse files
kenhysdaipom
andauthored
transport-section: add ensure_fips option (#521)
Signed-off-by: Kentaro Hayashi <[email protected]> Co-authored-by: Daijiro Fukuda <[email protected]>
1 parent ddda886 commit 3fd191f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configuration/transport-section.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ The max size of socket receive buffer for TCP/UDP. This is used in `SO_RCVBUF` s
9191
* OpenSSL 1.0.0 or higher default.
9292
* `insecure` \[bool\]
9393
* Default: `false` \(uses secure connection with `tls`\)
94+
* `ensure_fips`: \[bool\]
95+
* Default: `false`
96+
* Version: 1.18.0
97+
* Specifies whether it must use FIPS mode with OpenSSL. If `true`, Fluentd will check FIPS mode is supported in your environment, if not, just aborts.
98+
If `false`, it does nothing and don't care FIPS mode with OpenSSL.
9499

95100
If you want to accept multiple TLS protocols, use `min_version`/`max_version` instead of `version`. To support the old style, fluentd accepts `TLS1_1` and `TLSv1_1` values.
96101

0 commit comments

Comments
 (0)