Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
108 changes: 108 additions & 0 deletions _data/documentation/0_20_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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'
2 changes: 1 addition & 1 deletion _data/kroxylicious.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version number of the latest release
latestRelease: 0.19.0
latestRelease: 0.20.0

34 changes: 34 additions & 0 deletions _data/release/0_20_0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#
# Copyright Kroxylicious Authors.
#
# Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
#

releaseNotesUrl: https://github.com/kroxylicious/kroxylicious/releases/tag/v$(VERSION)/
assetBaseUrl: https://github.com/kroxylicious/kroxylicious/releases/download/v$(VERSION)/
assets:
- name: Proxy
description: The proxy application.
downloads:
- format: zip
path: kroxylicious-app-$(VERSION)-bin.zip
- format: tar.gz
path: kroxylicious-app-$(VERSION)-bin.tar.gz
- name: Operator
description: The Kubernetes operator.
downloads:
- format: zip
path: kroxylicious-operator-$(VERSION).zip
- format: tar.gz
path: kroxylicious-operator-$(VERSION).tar.gz
images:
- name: Proxy
url: https://quay.io/repository/kroxylicious/kroxylicious?tab=tags
registry: quay.io/kroxylicious/kroxylicious
tag: $(VERSION)
digest: sha256:6f9189cea822d3a96f00d1696b3ffad9a410be0fa0fce46900141756c7c9ca66
- name: Operator
url: https://quay.io/repository/kroxylicious/operator?tab=tags
registry: quay.io/kroxylicious/operator
tag: $(VERSION)
digest: sha256:f12189f8b056e317d3c595a2009b016d6439f9906247bf7693edd24bee33dc9f
Loading
Loading