Skip to content

Commit 5bdf92b

Browse files
committed
cmake: kafka: do not set MSK IAM definitions
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 4950f3d commit 5bdf92b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cmake/kafka.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ else()
5555
message(STATUS "Kafka OAuth Bearer: DISABLED")
5656
endif()
5757

58-
if(FLB_KAFKA_MSK_IAM_ENABLED)
59-
FLB_DEFINITION(FLB_HAVE_KAFKA_MSK_IAM)
60-
message(STATUS "AWS MSK IAM authentication: ENABLED")
61-
else()
62-
message(STATUS "AWS MSK IAM authentication: DISABLED (requires libsasl2)")
63-
endif()
64-
6558
# Disable Curl on macOS (if needed)
6659
if (FLB_SYSTEM_MACOS)
6760
FLB_OPTION(WITH_CURL Off)

0 commit comments

Comments
 (0)