JiriOndrusek opened a new issue, #7785:
URL: https://github.com/apache/camel-quarkus/issues/7785
### Bug description
Test KaffkaSaslSslTest fails on FIPS with
```
Caused by: java.util.concurrent.ExecutionException:
org.apache.kafka.common.errors.SaslAuthenticationException: Authentication
failed during authentication due to invalid credentials with SASL mechanism
SCRAM-SHA-512
at
org.apache.kafka.clients.producer.KafkaProducer$FutureFailure.<init>(KafkaProducer.java:1503)
at
org.apache.kafka.clients.producer.KafkaProducer.doSend(KafkaProducer.java:1041)
at
org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:943)
at
org.apache.kafka.clients.producer.KafkaProducer.send(KafkaProducer.java:825)
at
org.apache.camel.quarkus.kafka.sasl.KafkaSaslSslResource.post(KafkaSaslSslResource.java:65)
at
org.apache.camel.quarkus.kafka.sasl.KafkaSaslSslResource_ClientProxy.post(Unknown
Source)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at
org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:154)
at
org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:118)
at
org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:560)
at
org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:452)
at
org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:413)
at
org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:321)
at
org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:415)
at
org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:378)
at
org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:356)
at
org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:70)
at
org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:429)
... 17 more
Caused by: org.apache.kafka.common.errors.SaslAuthenticationException:
Authentication failed during authentication due to invalid credentials with
SASL mechanism SCRAM-SHA-512
```
Problem is caused by
https://github.com/apache/camel-quarkus/commit/184932632e3f11a221aeece70052a0c3b98fa3fe
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]