-
Bug
-
Resolution: Unresolved
-
Optional
-
3.15-Interstellar.GA, 3.8.5.GA, 3.8.5.CR1, 3.8.5.CR2, 3.8.6.CR2, 3.15.1.ER1, 3.15.1.ER2, 3.15.1.CR1, 3.15.1.CR2
-
False
-
None
-
False
-
-
---
-
-
During verification of QUARKUS-2036 we found out that app with Quarkus Infinispan client extension on cannot start on FIPS enabled system and with Native mode when using the native builder container for RHBQ 3.8 from registry.redhat.io/quarkus/mandrel-for-jdk-21-rhel8:
SaslClientFactory implementation is missing as can be seen in stack trace:
08:48:12,488 INFO [service] 08:48:09,547 ISPN004001: Could not find 'hotrod-client.properties' file in classpath, using defaults. 08:48:12,489 INFO [service] 08:48:09,550 ISPN004021: Infinispan version: Infinispan 'Flying Saucer' 14.0.19.Final 08:48:12,489 INFO [service] 08:48:09,550 Create or get cache named mycache with the default configuration 08:48:12,489 INFO [service] 08:48:09,554 Failed to initialize a channel. Closing: [id: 0x58cc7213]: java.lang.IllegalStateException: SaslClientFactory implementation not found 08:48:12,489 INFO [service] at org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer.getSaslClientFactory(ChannelInitializer.java:246) 08:48:12,489 INFO [service] at org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer.initAuthentication(ChannelInitializer.java:205) 08:48:12,489 INFO [service] at org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer.initChannel(ChannelInitializer.java:110) 08:48:12,490 INFO [service] at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:129) 08:48:12,490 INFO [service] at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:112)
Tested with 3.8.5 and 999-SNAPSHOT:
Works for: quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21
Fails with:
- blocks
-
QUARKUS-2036 Support Infinispan client extension in FIPS-enabled environment
- To Do
- relates to
-
QUARKUS-5184 Quarkus service fails to compile in native with fips and RH mandrel image
- New
- mentioned on