-
Notifications
You must be signed in to change notification settings - Fork 77
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-57420] - Use f:secretTextarea for client private key #76
Conversation
This updates the form UI for client keys to use the newly introduced f:secretTextarea Jelly tag from Jenkins 2.171. Now the client key can be more securely entered and updated. Signed-off-by: Matt Sicker <boards@gmail.com>
@jglick I tested this with docker-workflow-plugin, and it still compiles fine. I can make a test PR with the incremental release when it's uploaded. |
I will review it and release tomorrow if it is feasible |
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.
Sorry @jvz , it seems I see a Binary compatibility issue in the current implementation. Needs to be investigated before merging
src/main/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentials.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Matt Sicker <boards@gmail.com>
Signed-off-by: Matt Sicker <boards@gmail.com>
@oleg-nenashev I've addressed the ABI compatibility issue. |
src/main/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentials.java
Show resolved
Hide resolved
src/main/java/org/jenkinsci/plugins/docker/commons/credentials/DockerServerCredentials.java
Show resolved
Hide resolved
Co-Authored-By: jvz <boards@gmail.com>
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.
OK, looks good to me now
@oleg-nenashev can this be merged now? |
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.
see the comment above
Signed-off-by: Matt Sicker <boards@gmail.com>
@oleg-nenashev I've reverted the version upgrade and am now using the temporary library instead. |
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.
OK, looks good overall. I will try to ship it today
This updates the form UI for client keys to use the newly introduced
f:secretTextarea Jelly tag from Jenkins 2.171. Now the client key can
be more securely entered and updated.
Recreated based on #75.
@jglick @jeffret-b @Wadeck @dwnusbaum