Last Version

Strimzi - Apache Kafka on Kubernetes 0.10.0

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
Version

Version

0.10.0
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 0.10.0

Filename Size
oauth-0.10.0.pom 17 KB
Browse

<!-- 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