strimzi-kafka-oauth icon indicating copy to clipboard operation
strimzi-kafka-oauth copied to clipboard

OAuth2 support for Apache Kafka® to work with many OAuth2 authorization servers

Results 43 strimzi-kafka-oauth issues
Sort by recently updated
recently updated
newest added

I am new to both KeyCloak and Kafka but currently working on using your OAuth2 lib. I have read your documentation numerous times and looked into Kafka and Zookeeper documentation...

After a discussion with @mstruk we think the library should truncate `\n`at the end of secret. We hit this during refactor of Strimzi oauth tests. For example: `printf "%s" "team-a-client-secret"...

Hello, I am working through the steps in this blog post: [Kafka authentication using OAuth 2.0](https://strimzi.io/blog/2019/10/25/kafka-authentication-using-oauth-2.0/) When I get to the step to export the client cert and package it...

Hello, i'm trying to setup a Kafka based system, and i'm trying to use Strimzi oauth to deal with authentication and authorization. The system is going to include both Java...

We would like to implement OAuth2 in Strimzi. Could you please direct me the right guidance to setup Oauth2 implementation using pingfederate?

Hello! We would like to use strimzi kafka with Oauth support. To do this we need to have a support for multiple languages like Java, Go, Ruby, Python. I can...

Hi, I'm using spring boot 2.1 / spring security as an authorisation server. This default implementation does not provide "iat" nor "iss" nor "sub" claims. Additionnaly, the default token type...

Token validation failed. How I reproduce this error: Step 1: docker-compose -f compose.yml -f kafka-oauth-strimzi/compose-ssl.yml -f keycloak/compose-ssl.yml -f keycloak-import/compose-ssl.yml up --build Step 2: I open intellij and execute io.strimzi.examples.consumer.ExampleConsumer and...

PR for issue #164 All builds and tests are working. I added the following abilities: 1. support for client assertion (private_key_jwt) based authentication on the token endpoint as per https://www.rfc-editor.org/rfc/rfc7523#section-2.2...

We would like to have support for jwt auth support. https://datatracker.ietf.org/doc/html/rfc7523#section-2.2 urn:ietf:params:oauth:client-assertion-type:jwt-bearer Our use case is that we use Azure AD (AAD) as our IDP. We use k8s as our...