-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
2.7.5.ER1, 2.7.5.ER2, 2.7.5.ER3, 2.7.5.ER4, 2.7.5.CR1
-
False
-
-
False
-
---
When I launch a Keycloak in a QuarkusApp over FIPS I am getting the following error:
2022-01-28 13:42:09,087 ERROR [🐳 .io/.0.2]] (build-54) Log output from the failed container: java.lang.RuntimeException: PBKDF2 algorithm not found
Workaround
Add the following JAVA_OPT to you Keycloak container
-Dcom.redhat.fips=false
This workaround will allow you to run Keycloak over FIPS but is not really running over FIPS, you are just skipping the FIPS mode on keycloak.
- links to