Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Not A Defect
-
Component/s: role-strategy-plugin
-
Environment:Any
-
Similar Issues:
Description
Create a default authenticated user role (basically the opposite of anonymous). Authenticated users should be able to perform certain operations without having be managed individually as is the current case with the role-strategy plugin.
This will be handy for cases like tracking who has started builds, as only authenticated users might be given that permission. With the current implementation while one can limit who can run builds, the reality is that for a large and changing user base, this can be a significant amount of work.
Attachments
Issue Links
- is duplicated by
-
JENKINS-16501 Logged in users should have read only permissions automatically
-
- Resolved
-
"authenticated" SID is supported by newest versions of Jenkins (definitely, it is supported in 1.480.1+).
If you need such behavior for old versions, you could use "User macro", which will be added in 1.2.x (https://github.com/jenkinsci/role-strategy-plugin/pull/3). Please notify me if such functionality is required.