Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions #2878

Closed
zbendhiba opened this issue Jul 5, 2021 · 2 comments · Fixed by #2879
Milestone

Comments

@zbendhiba
Copy link
Contributor

zbendhiba commented Jul 5, 2021

See description in quarkus-18398
It would be cool if we can add an integration test for this use case, if it's possible to config testcontainers for oAuth2.

@zbendhiba
Copy link
Contributor Author

related to strimzi-kafka-oauth-121

@zbendhiba
Copy link
Contributor Author

zbendhiba commented Jul 5, 2021

If you have same issue. As a temporarily fix, add this to your pom.xml

<dependency>
      <groupId>com.nimbusds</groupId>
      <artifactId>nimbus-jose-jwt</artifactId>
      <version>9.10</version>
    </dependency>

zbendhiba added a commit to zbendhiba/camel-quarkus that referenced this issue Jul 5, 2021
@ppalaga ppalaga added this to the 2.0.0 milestone Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants