o

oauth

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).
https://strimzi.io/
Apache License, Version 2.0
Tom Bentley Paolo Patierno Jakub Scholz Sam Hawker Jakub Stejskal
Files download
File Operation
oauth-0.6.1.pom download
Apache Maven
<dependency>
  <groupId>io.strimzi</groupId>
  <artifactId>oauth</artifactId>
  <version>0.6.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.strimzi:oauth:0.6.1'
Gradle Kotlin
implementation("io.strimzi:oauth:0.6.1")
Scala SBT
libraryDependencies += "io.strimzi" % "oauth" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.strimzi', module='oauth', version='0.6.1')
)
Apache Ivy
<dependency org="io.strimzi" name="oauth" rev="0.6.1" />
Leiningen
[io.strimzi/oauth "0.6.1"]
Apache Buildr
'io.strimzi:oauth:jar:0.6.1'
Dependencies
The project has no third-party dependencies