Skip to content

Commit 5e660e5

Browse files
authored
Merge branch 'main' into feat/future-deploy-warning
2 parents 83535bc + 069236d commit 5e660e5

628 files changed

Lines changed: 101553 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_data/documentation/0_20_0.yaml

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

_data/kroxylicious.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The version number of the latest release
2-
latestRelease: 0.19.0
2+
latestRelease: 0.20.0
33

_data/release/0_20_0.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
#
2+
# Copyright Kroxylicious Authors.
3+
#
4+
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
5+
#
6+
7+
releaseNotesUrl: https://github.com/kroxylicious/kroxylicious/releases/tag/v$(VERSION)/
8+
assetBaseUrl: https://github.com/kroxylicious/kroxylicious/releases/download/v$(VERSION)/
9+
assets:
10+
- name: Proxy
11+
description: The proxy application.
12+
downloads:
13+
- format: zip
14+
path: kroxylicious-app-$(VERSION)-bin.zip
15+
- format: tar.gz
16+
path: kroxylicious-app-$(VERSION)-bin.tar.gz
17+
- name: Operator
18+
description: The Kubernetes operator.
19+
downloads:
20+
- format: zip
21+
path: kroxylicious-operator-$(VERSION).zip
22+
- format: tar.gz
23+
path: kroxylicious-operator-$(VERSION).tar.gz
24+
images:
25+
- name: Proxy
26+
url: https://quay.io/repository/kroxylicious/kroxylicious?tab=tags
27+
registry: quay.io/kroxylicious/kroxylicious
28+
tag: $(VERSION)
29+
digest: sha256:6f9189cea822d3a96f00d1696b3ffad9a410be0fa0fce46900141756c7c9ca66
30+
- name: Operator
31+
url: https://quay.io/repository/kroxylicious/operator?tab=tags
32+
registry: quay.io/kroxylicious/operator
33+
tag: $(VERSION)
34+
digest: sha256:f12189f8b056e317d3c595a2009b016d6439f9906247bf7693edd24bee33dc9f

0 commit comments

Comments
 (0)