-
Bug
-
Resolution: Fixed
-
Minor
-
None
The permission doesn't show up. Something seems wrong with the showPermission logic given it's the only Cloud-scoped permission.
- links to
[JENKINS-72637] matrix-auth lacks support for Agent/Provision permission in Cloud scope
Component/s | New: core [ 15593 ] | |
Component/s | Original: matrix-auth-plugin [ 18131 ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Remote Link | New: This issue links to "PR#8944 (Web Link)" [ 29477 ] |
Summary | Original: matrix-auth lacks support for Cloud/Provision permission | New: matrix-auth lacks support for Agent/Provision permission in Cloud scope |
Released As | New: https://www.jenkins.io/changelog/#v2.445 | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Released As | Original: https://www.jenkins.io/changelog/#v2.445 | New: 2.445 - https://www.jenkins.io/changelog/#v2.445 |
Potentially because
https://github.com/jenkinsci/jenkins/blob/c00a30da805e95e7fb69104af2ddaedb2a0fc74b/core/src/main/java/hudson/slaves/Cloud.java#L266 is not inheriting the scope from JENKINS or COMPUTER
It should be
I think, given that the Permission is added to Permission group of computers
Maybe also move that definition to PermissionScope class and make it public