Closed mocenas closed 1 month ago
You probably also need to add
quarkus.infinispan-client.sasl-mechanism=DIGEST-SHA-512
intonosql-db/infinispan/src/test/resources/infinispan-it.properties
. Please double check that, especially when running on fips and with-Dquarkus.native.builder-image=registry-proxy.engineering.redhat.com/rh-osbs/quarkus-mandrel-for-jdk-21-rhel8:23.1
option
I checked that on FIPS + this image and adding quarkus.infinispan-client.sasl-mechanism=DIGEST-SHA-512
is not necessary - to be more precise, tests pass on FIPS system even without this.
I checked that on FIPS + this image and adding quarkus.infinispan-client.sasl-mechanism=DIGEST-SHA-512 is not necessary - to be more precise, tests pass on FIPS system even without this.
but it's still something that should be done
I checked that on FIPS + this image and adding quarkus.infinispan-client.sasl-mechanism=DIGEST-SHA-512 is not necessary - to be more precise, tests pass on FIPS system even without this.
but it's still something that should be done
OK, I've checked it works on FIPS machine and added it to PR.
Summary
https://issues.redhat.com/browse/QUARKUS-4612 causes nosql/infinispan module to fail on FIPS and mandrel. Add workaround for that
Please select the relevant options.
run tests
phrase in comment)Checklist: