-
New Feature
-
Resolution: Unresolved
-
Minor
In our environment it would be very helpful to be able to set Permissions, who can see specific agent.
It should be like with jobs/projects, where the method "hasPermission()" is called, before you get all Items of the jenkins-instance.
So it would be just needed in the Computer.java a new attribute "Permission VIEW", and in the Jenkins.java in the Method "getComputer()" the check, if the user has the Permission to see this agent.
- depends on
-
JENKINS-17200 SCM.TAG permission not eagerly loaded
-
- Open
-
- is blocking
-
JENKINS-5517 Jenkins to hide agent names for anonymous users
-
- Open
-
- is duplicated by
-
JENKINS-65523 Node based security is displaying the Node without hiding it for people who doesnt have access to them
-
- Closed
-
- is related to
-
JENKINS-22760 Request for new slave-specific permission in Jenkins core
-
- Open
-
- relates to
-
JENKINS-15484 New permission controlling ability to configure your own User
-
- Open
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/model/Computer.java
core/src/main/java/jenkins/model/Jenkins.java
core/src/main/resources/hudson/model/Computer/builds.jelly
core/src/main/resources/hudson/model/Computer/delete.jelly
core/src/main/resources/hudson/model/Computer/index.jelly
core/src/main/resources/hudson/model/Computer/load-statistics.jelly
core/src/main/resources/hudson/model/Computer/markOffline.jelly
core/src/main/resources/hudson/model/Computer/setOfflineCause.jelly
core/src/main/resources/hudson/model/Messages.properties
http://jenkins-ci.org/commit/jenkins/0ebd8a6c3dedd8ff06a08af175571c6bc49893d9
Log:
Revert "JENKINS-16502 Permission to see an executor/slave"
This reverts commit 647695e2ffc2f568ca1b80bc5b0cd7b0658eeb3d.