Skip to content

Commit 026c744

Browse files
authored
docs: kafka: add Windows SSPI support for MSK IAM authentication (#2313)
Signed-off-by: BP Cheng <bp_cheng@hotmail.com>
1 parent b06826f commit 026c744

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pipeline/outputs/kafka.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,11 @@ If you are compiling Fluent Bit from source, ensure the following requirements a
245245

246246
- Build Requirements
247247

248-
The packages `libsasl2` and `libsasl2-dev` must be installed on your build environment.
248+
| Platform | Requirements |
249+
|----------|-------------|
250+
| **Linux/macOS** | The packages `libsasl2` and `libsasl2-dev` must be installed on your build environment. |
251+
| **Windows** | No additional SASL libraries required. Windows uses the built-in Security Support Provider Interface (SSPI) for SASL authentication, which only requires OpenSSL/TLS to be enabled. |
252+
249253

250254
- Runtime Requirements:
251255

0 commit comments

Comments
 (0)