Bug 429202 - Grant build permission has no effect on authenticated group of Matrix-based security
Summary: Grant build permission has no effect on authenticated group of Matrix-based s...
Status: NEW
Alias: None
Product: Hudson
Classification: Technology
Component: Core (show other bugs)
Version: 3.1.0   Edit
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Winston Prakash CLA
QA Contact: Geoff Waymark CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 21:23 EST by Lay Le CLA
Modified: 2014-02-26 21:23 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lay Le CLA 2014-02-26 21:23:28 EST
My Hudson is 3.1.3, security enabled for Unix user/group database and Matrix-based security.
My default view is custom view, I have list view, dashboard view, nested view, iphone view and sectioned view.
I have both with and without cascading jobs.
I have added "authenticated" group with build permission

$ grep authenticat hudson-security.xml
    <permission>hudson.model.Hudson.Read:authenticated</permission>
    <permission>hudson.model.Item.Build:authenticated</permission>
    <permission>hudson.model.Item.ExtendedRead:authenticated</permission>
    <permission>hudson.model.Item.Read:authenticated</permission>
    <permission>hudson.model.Item.Workspace:authenticated</permission>
    <permission>hudson.model.Run.Update:authenticated</permission>
 
However, the authenticated user is not able to see "Build Now" action. The same setting is working fine if I am using Unix's group.