-
Notifications
You must be signed in to change notification settings - Fork 22
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
[JENKINS-68662] Rewrite PEMHelper to use BouncyCastle APIs #23
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a test that shows we can still read files written before the migration?
src/main/java/org/jenkinsci/main/modules/instance_identity/pem/PEMHelper.java
Show resolved
Hide resolved
src/test/java/org/jenkinsci/main/modules/instance_identity/ReadWriteKeyTest.java
Outdated
Show resolved
Hide resolved
@jtnord Tests still use the old files |
if they exist and are used that should be good enough. |
Yep, |
@jtnord you need to block this release from the update center as in jenkins-infra/update-center2#594 as it is not a plugin until jenkinsci/jenkins#6585 is released, and even then this release will be exposed to older cores. |
|
Updating the plugin to use
org.jenkins-ci.plugins:bouncycastle-api
will give a more consistent result when running on a FIPS OS.See this ticket for more details.
This have to be merged after migrating the module to a plugin