Skip to content

Commit 64f51ad

Browse files
authored
docs: add missing filters to the built in filter list in the proxy guide. (kroxylicious#3077)
Signed-off-by: Keith Wall <[email protected]>
1 parent fcf1a47 commit 64f51ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

kroxylicious-docs/docs/_assemblies/assembly-built-in-filters.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
[role="_abstract"]
1111
Kroxylicious comes with a suite of built-in filters designed to enhance the functionality and security of your Kafka clusters.
1212

13+
== Authorization filter
14+
15+
The Kroxylicious Authorization filter enables the proxy to enforce authorization rules on client requests before they reach the Kafka brokers.
16+
For information on using the filter, see the {AuthorizationGuide}.
17+
1318
== Record Encryption filter
1419

1520
The Kroxylicious Record Encryption filter enables encryption-at-rest for Apache Kafka clusters.
@@ -30,3 +35,7 @@ For information on using the filter, see the {MultiTenancyGuide}.
3035
The Kroxylicious Oauth Bearer Validation filter enables a validation on the JWT token received from client before forwarding it to cluster.
3136
For information on using the filter, see the {OauthBearerValidationGuide}.
3237

38+
== SASL Inspection filter
39+
40+
The Kroxylicious SASL Inspection filter extracts the authenticated principal from a successful SASL exchange between Kafka Client
41+
and Kafka Broker and makes it available to the other filters in the chain.

0 commit comments

Comments
 (0)