-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path0_20_0.yaml
More file actions
108 lines (108 loc) · 3.4 KB
/
0_20_0.yaml
File metadata and controls
108 lines (108 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
docs:
- title: Proxy Quick Start
description: Start here if you're experimenting with the proxy for the first time.
tags:
- proxy
rank: '000'
path: html/proxy-quick-start
- title: Proxy Guide
description: "Using the Proxy, including configuration, security and operation."
tags:
- proxy
- security
rank: '010'
path: html/kroxylicious-proxy
- title: Record Encryption Quick Start
description: Start here for an encryption-at-rest solution for Apache Kafka®.
tags:
- security
- filter
rank: '011'
path: html/record-encryption-quick-start
- title: Kroxylicious Operator for Kubernetes
description: Using the Kroxylicious Operator to deploy and run the Proxy in a
Kubernetes environment.
tags:
- kubernetes
rank: '020'
path: html/kroxylicious-operator
- title: Record Encryption Guide
description: Using the record encryption filter to provide encryption-at-rest
for Apache Kafka®.
tags:
- security
- filter
rank: '020'
path: html/record-encryption-guide
- title: Record Validation Guide
description: "Using the record validation filter to ensure records follow certain\
\ rules, including schema and signature validity."
tags:
- governance
- filter
rank: '021'
path: html/record-validation-guide
- title: Multi-tenancy Guide
description: Using the multi-tenancy filter to present a single Kafka® cluster
as if it were multiple clusters.
tags:
- filter
rank: '022'
path: html/multi-tenancy-guide
- title: Oauth Bearer Validation guide
description: "Using the Oauth Bearer validation filter to validate JWT tokens\
\ received \nfrom Kafka® clients during authentication.\n"
tags:
- filter
- security
rank: '023'
path: html/oauth-bearer-validation
- title: SASL Inspection Guide
description: Using the SASL Inspection filter to infer the client's subject from
its successful authentication exchange with a broker.
tags:
- filter
- security
rank: '023'
path: html/sasl-inspection-guide
- title: Authorization Guide
description: Using the Authorization filter to provide Kafka®-equivalent access
controls within the proxy.
tags:
- security
- filter
rank: '024'
path: html/authorization-guide
- title: Entity Isolation Guide
description: Using the entity isolation filter to give authenticated Kafka® clients
a private namespace within a Kafka cluster.
tags:
- filter
rank: '025'
path: html/entity-isolation-guide
- title: Connection Expiration Guide
description: Using the connection expiration filter to avoid connection skew in
Kubernetes environments.
tags:
- kubernetes
- filter
rank: '030'
path: html/connection-expiration-guide
- title: Developer Quick Start
description: Start here if you're developing a filter for the first time.
tags:
- developer
rank: '031'
path: html/developer-quick-start
- title: Kroxylicious Developer Guide
description: Writing plugins for the proxy in the Java programming language.
tags:
- developer
rank: '032'
path: html/developer-guide
- title: Kroxylicious Javadocs
description: The Java API documentation for plugin developers.
tags:
- developer
path: javadoc/index.html
rank: '033'