-
Bug
-
Resolution: Fixed
-
Blocker
doFillCredentialsIdItems in DockerBuilderNewTemplate, DockerBuilderControlOptionRun, DockerTemplate should do some kind of security check, probably
if (!Jenkins.getInstance().hasPermission(Jenkins.ADMINISTER)) { return new ListBoxModel(); }
(or something more specific if you have it) lest they expose credentials IDs and descriptions to anonymous users.
- links to
Do you have any example from other plugin that deal with credentials?