-
Notifications
You must be signed in to change notification settings - Fork 4
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
File-based keystores, such as JKS and PKCS#12, are not yet supported in FIPS mode, we need to support this. #37
Comments
@sshuklao This seems like a duplicate of https://github.ibm.com/runtimes/semeru-requests/issues/12 |
Please close if you agree |
That's a link an internal IBM request, @patilca . I don't think we should close this public issue as overlapping with an IBM internal request. @sshuklao we are looking into it. JKS is not compatible with FIPS, so there's no hope there. But PKCS#12 is something we're investigating now. It won't be in the October update release, but we're hoping to know more for the January update (it may even be available at that point, who knows?). |
@mstoodle when can we expect this change would be available to use? We are looking for this fix before Jan 2023, is it possible? |
The earliest possible target would be our January update release, which I would expect to release in perhaps the first week or so of February. It could be earlier, but I can't promise anything. I also want to stress that this is a feature still under development and while we're hopeful it will make it into the January release, we are not yet at the point where we know it will be in that release. If this item is targeted for this release, there should be milestone builds in January you can test with. |
@mstoodle is there any update on this, we need this support because looks like Spark SSL encryption for intra cluster communication of spark master and workers support only |
when we used pkcs12 based keystore in Spark configuration and after adding this keystore to nssdb, we are getting below error.
Below configuration we set it to Spark.
|
the same issue is reported here too https://access.redhat.com/solutions/6954451 |
My apologies, I should have provided an update here a few weeks ago but missed doing it :( . The work needed to support PKCS#12 key stores in FIPS 140-2 mode did not make it into the January update release, but it will be in the April update. |
@mstoodle any update on this? |
File-based keystores, such as JKS and PKCS#12, are not yet supported in FIPS mode. Can we get this support added in Semeru runtimes.
The text was updated successfully, but these errors were encountered: