Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: managed-scripts-plugin
-
Labels:None
-
Environment:jenkins 1.80.1
-
Similar Issues:
Description
This plugin would be even more useful if there was the option(per script) for the administrator to turn off the view selected script. This would allow secure scripts to be selected by the end user without them being able to see embedded passwords. Useful for using scripts to integrate jobs with external tools that do not have available plugins.
Attachments
Issue Links
- duplicates
-
JENKINS-18635 Option to encrypt config file
-
- Open
-
I understand what you are asking for, but just preventing the preview would not add enough security.
The script still needs to be written to the filesystem for execution and the current implementation also allows the user to just copy a file to any location without even executing it.