Strimzi - Apache Kafka on Kubernetes

Strimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations. The OAuth subproject implements the callbacks for Kafka authentication using OAuth (based on SASL OAUTHBEARER mechanism).

License

License

GroupId

GroupId

io.strimzi
ArtifactId

ArtifactId

oauth
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

pom
Description

Description

Strimzi - Apache Kafka on Kubernetes
Strimzi uses the Kubernetes operator pattern to provide a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations. The OAuth subproject implements the callbacks for Kafka authentication using OAuth (based on SASL OAUTHBEARER mechanism).
Project URL

Project URL

https://strimzi.io/
Source Code Management

Source Code Management

https://github.com/strimzi/strimzi-kafka-oauth

Download oauth

Filename Size
oauth-0.10.0.pom 15 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.strimzi/oauth/ -->
<dependency>
    <groupId>io.strimzi</groupId>
    <artifactId>oauth</artifactId>
    <version>0.10.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.strimzi/oauth/
implementation 'io.strimzi:oauth:0.10.0'
// https://jarcasting.com/artifacts/io.strimzi/oauth/
implementation ("io.strimzi:oauth:0.10.0")
'io.strimzi:oauth:pom:0.10.0'
<dependency org="io.strimzi" name="oauth" rev="0.10.0">
  <artifact name="oauth" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.strimzi', module='oauth', version='0.10.0')
)
libraryDependencies += "io.strimzi" % "oauth" % "0.10.0"
[io.strimzi/oauth "0.10.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • oauth-common
  • oauth-client
  • oauth-server
  • oauth-server-plain
  • oauth-keycloak-authorizer
  • examples/consumer
  • examples/producer
io.strimzi

Strimzi

Apache Kafka on Kubernetes

Versions

Version
0.10.0
0.9.0
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0