-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: authorize-project-plugin
-
Labels:
-
Similar Issues:
Due to security reasons, sometimes Jenkins admins may want to completely restrict running jobs as a system/anonymous and setup custom security limitations. In such case it would be useful to add the following features:
- Global default strategy (if no one configured at the project level)
- Enforced global strategy, which prevents setting other strategies on the project level
- duplicates
-
JENKINS-22949 QueueItemAuthenticator fallback behavior cleanup
-
- Resolved
-
- is related to
-
JENKINS-22949 QueueItemAuthenticator fallback behavior cleanup
-
- Resolved
-
-
JENKINS-32770 Provide a mechanism to run specific projects as ACL.SYSTEM
-
- Closed
-
Code changed in jenkins
User: ikedam
Path:
src/main/java/org/jenkinsci/plugins/authorizeproject/GlobalQueueItemAuthenticator.java
src/main/resources/org/jenkinsci/plugins/authorizeproject/AuthorizeProjectProperty/config.jelly
src/main/resources/org/jenkinsci/plugins/authorizeproject/GlobalQueueItemAuthenticator/config.jelly
src/main/resources/org/jenkinsci/plugins/authorizeproject/GlobalQueueItemAuthenticator/help.html
src/main/resources/org/jenkinsci/plugins/authorizeproject/Messages.properties
src/main/resources/org/jenkinsci/plugins/authorizeproject/ProjectQueueItemAuthenticator/config.jelly
src/main/resources/org/jenkinsci/plugins/authorizeproject/ProjectQueueItemAuthenticator/help.html
src/main/resources/org/jenkinsci/plugins/authorizeproject/form/dropdownDescriptorSelector.jelly
src/main/resources/org/jenkinsci/plugins/authorizeproject/form/taglib
src/test/java/org/jenkinsci/plugins/authorizeproject/GlobalQueueItemAuthenticatorTest.java
http://jenkins-ci.org/commit/authorize-project-plugin/5f567fcfb978ce39fea263c5b10e34d67ef60a00
Log:
Merge pull request #14 from stephenc/jenkins-30574-redux
[FIXED JENKINS-30574] Support global default authorization strategy in Authorize Project
Compare: https://github.com/jenkinsci/authorize-project-plugin/compare/c6507c759b15...5f567fcfb978