Skip to content

Conversation

@cwperks
Copy link
Owner

@cwperks cwperks commented May 7, 2025

Description

This PR adds a new qa test module to run a testcluster in FIPS-140-3 approved mode.

One of the complications encountered in writing a test is that there is a jarHell issue when the BCFIPS dependencies are provided in the lib/ folder. The jarHell is between the reindex module and lib/ since the reindex module's classLoader also includes all jars in the lib/ directory.

To solve the jarHell issue, its necessary to remove the BCFIPS libs from the reindex module when running in FIPS approved mode. They will still be on the runtime classpath for the reindex module if the jars are included in the lib/ folder.

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

cwperks added 3 commits May 6, 2025 17:42
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants