quarkus-qe / quarkus-test-suite

16 stars 34 forks source link

Fix MSSQL tests in FIPS-enabled environment #2096

Closed michalvavrik closed 1 month ago

michalvavrik commented 1 month ago

Summary

MSSQL JDBC driver doesn't allow unsecured communication in FIPS-enabled environment no matter of what properties I set. So migrating most of the tests to TLS and leaving few tests with unsecured communication.

I run fixed tests on FIPS, but I didn't run other tests that could theoretically be affected by changes here, so I'll have to test that before I request review.

Please select the relevant options.

Checklist:

michalvavrik commented 1 month ago

I'll close this temporarily because I don't want to run CI everytime I push changes to my FIPS env. anyway, this would have nasty native impacts as BCFIPSJSSE provider option is currently not supported in native image.