-
New Feature
-
Resolution: Unresolved
-
Critical
On jenkins pipeline i use input with Password param but password is shown on console log
exemple:
def userInput = input(
id: 'userInput', message: 'Let\'s promote?', submitter: 'DL_KATANACLOUD_TEAM', parameters: [
[$class: 'PasswordParameterDefinition', description: 'Password', name: 'pwd']
])
sh ("echo ${userInput['pwd']}")
- is duplicated by
-
JENKINS-34264 Support Global passwords from Mask Passwords in Pipeline
-
- Resolved
-
- relates to
-
JENKINS-27398 Pipeline-as-Code CredentialsProvider for a job
-
- Open
-
-
JENKINS-43814 Password parameters should be hidden in pipeline logs by default
-
- Open
-
-
JENKINS-27486 Workflow step to mask console output
-
- Resolved
-
-
JENKINS-47101 Pipeline withCredentials step does not mask step descriptions for variables with the same name as existing system variables
-
- Resolved
-
[JENKINS-36007] Way to mask arbitrary Secret (was: Password is clear on log with input parameter)
Workflow | Original: JNJira [ 172646 ] | New: JNJira + In-Review [ 184706 ] |
Issue Type | Original: Bug [ 1 ] | New: New Feature [ 2 ] |
Summary | Original: Password is clear on log with input parameter | New: Way to mask arbitrary Secret (was: Password is clear on log with input parameter) |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: credentials-binding-plugin [ 18129 ] | |
Component/s | New: mask-passwords-plugin [ 15761 ] | |
Component/s | Original: pipeline [ 21692 ] |
Labels | Original: pipeline plugin security | New: pipeline security |
Link |
New:
This issue is duplicated by |
Link | New: This issue relates to JENKINS-27398 [ JENKINS-27398 ] |
Link | New: This issue duplicates JENKINS-43814 [ JENKINS-43814 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |