From 3c902bacc08e14f89e10c7c8ab36a7472d0319c3 Mon Sep 17 00:00:00 2001 From: Kirk True Date: Tue, 1 Jul 2025 00:09:37 -0700 Subject: [PATCH] KAFKA-19152: Add top-level documentation for OAuth flows (#20025) Adds documentation to support the OAuth additions from KIP-768 and KIP-1139. The existing documentation is heavily geared toward Kafka's support for non-production OAuth usage. Since this mode is still supported, it should not be removed. However, with the addition of the production OAuth usage, the documentation is less than succinct because it has a bit of a split personality issue. --- docs/configuration.html | 10 ++ docs/security.html | 296 ++++++++++++++++++++++++++-------------- 2 files changed, 201 insertions(+), 105 deletions(-) diff --git a/docs/configuration.html b/docs/configuration.html index f69df943e1a..5eb79e46ecc 100644 --- a/docs/configuration.html +++ b/docs/configuration.html @@ -264,6 +264,16 @@ Kafka supports some configuration that can be enabled through Java system properties. System properties are usually set by passing the -D flag to the Java virtual machine in which Kafka components are running. Below are the supported system properties.