-
New Feature
-
Resolution: Fixed
-
Major
-
None
https://github.com/jenkinsci/authorize-project-plugin/pull/26#discussion_r79290571
I plan to introduce an alternate feature like "Don't restrict users to configuring the job":
- `hasConfigurePermission` returns always `true` if checked.
- `readResolve` blocks CLI and RestWebAPI by a user other than the one to run as.
- This is an option expected to be used when appropriate permissions are configured for that job.
May makes sense to introduce it as a field of AuthorizeProjectProperty.
- is related to
-
JENKINS-35081 Separate authorization configuration page
- Closed