You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/07/05 08:29:08 UTC

[GitHub] [camel-quarkus] zbendhiba opened a new issue #2878: camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions

zbendhiba opened a new issue #2878:
URL: https://github.com/apache/camel-quarkus/issues/2878


   See description in [quarkus-18398](https://github.com/quarkusio/quarkus/issues/18398)
   + add an example for this use case 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zbendhiba commented on issue #2878: camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on issue #2878:
URL: https://github.com/apache/camel-quarkus/issues/2878#issuecomment-874027628


   related to [strimzi-kafka-oauth-121](https://github.com/strimzi/strimzi-kafka-oauth/issues/121)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zbendhiba commented on issue #2878: camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on issue #2878:
URL: https://github.com/apache/camel-quarkus/issues/2878#issuecomment-874030239


   If you ran in this problem
   Temporarily fix, add this to your pom.xml
   ```
   <dependency>
         <groupId>com.nimbusds</groupId>
         <artifactId>nimbus-jose-jwt</artifactId>
         <version>9.10</version>
       </dependency>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zbendhiba edited a comment on issue #2878: camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions

Posted by GitBox <gi...@apache.org>.
zbendhiba edited a comment on issue #2878:
URL: https://github.com/apache/camel-quarkus/issues/2878#issuecomment-874030239


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zbendhiba closed issue #2878: camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions

Posted by GitBox <gi...@apache.org>.
zbendhiba closed issue #2878:
URL: https://github.com/apache/camel-quarkus/issues/2878


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zbendhiba commented on issue #2878: camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on issue #2878:
URL: https://github.com/apache/camel-quarkus/issues/2878#issuecomment-874027628






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-quarkus] zbendhiba edited a comment on issue #2878: camel-quarkus-kafka : Kafka oauth authentication issue with kafka-oauth-client 0.8.x versions

Posted by GitBox <gi...@apache.org>.
zbendhiba edited a comment on issue #2878:
URL: https://github.com/apache/camel-quarkus/issues/2878#issuecomment-874030239


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org