Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
Accidents happen...
It would be nice if the credentials introduced via this plugin were masked on the console output of a job log.
Attachments
Issue Links
- is blocked by
-
JENKINS-41760 Broken output when empty secret
-
- Resolved
-
- is related to
-
JENKINS-28219 After entering a username/password combo in Credentials Binding, I can print out the value of the password inside a Jenkins job
-
- Resolved
-
-
JENKINS-31985 mask passwords from Credentials Binding Plugin
-
- Resolved
-
- links to
(1 links to)
Code changed in jenkins
User: Andrew Bayer
Path:
src/main/java/org/jenkinsci/plugins/credentialsbinding/MultiBinding.java
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep.java
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/SecretBuildWrapper.java
http://jenkins-ci.org/commit/credentials-binding-plugin/a47f4b8529fd216c3c797566aa969191834abd7a
Log:
JENKINS-24805First work on masking secrets in freestyle logs.This still needs tests - I just want to make sure the approach is right.