From 8150f77f85012ff87fc86f20606f64e2158e8b86 Mon Sep 17 00:00:00 2001 From: BP Cheng Date: Mon, 29 Dec 2025 15:09:03 +0800 Subject: [PATCH] docs: kafka: add Windows SSPI support for MSK IAM authentication Signed-off-by: BP Cheng --- pipeline/outputs/kafka.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pipeline/outputs/kafka.md b/pipeline/outputs/kafka.md index af13981b9..6ef0b56fe 100644 --- a/pipeline/outputs/kafka.md +++ b/pipeline/outputs/kafka.md @@ -245,7 +245,11 @@ If you are compiling Fluent Bit from source, ensure the following requirements a - Build Requirements - The packages `libsasl2` and `libsasl2-dev` must be installed on your build environment. +| Platform | Requirements | +|----------|-------------| +| **Linux/macOS** | The packages `libsasl2` and `libsasl2-dev` must be installed on your build environment. | +| **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. | + - Runtime Requirements: