Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySql test does not work on FIPS enabled system #6063

Merged
merged 1 commit into from
May 2, 2024

Conversation

JiriOndrusek
Copy link
Contributor

Fixes #6061

MySql connection contains some security settings (e.g. authenticationPlugins) , where the default value does not work on FIPS system. (More information can be found in this ticket quarkusio/quarkus#32910)

This PR adds a profile for FIPS , wich configures the connection in a way to work on FIPS. The required configuration (like the usage of external database) is described in the README.adoc.

I also created a follow-up ticket - #6062 - because it sjhould be possible to provide such configuration Out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MySql test does not work on FIPS enabled system
3 participants