You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Devaraj Das (JIRA)" <ji...@apache.org> on 2010/02/04 06:40:29 UTC

[jira] Created: (MAPREDUCE-1455) Authorization for servlets

Authorization for servlets
--------------------------

                 Key: MAPREDUCE-1455
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1455
             Project: Hadoop Map/Reduce
          Issue Type: New Feature
            Reporter: Devaraj Das
             Fix For: 0.22.0


This jira is about building the authorization for servlets (on top of MAPREDUCE-1307). That is, the JobTracker/TaskTracker runs authorization checks on web requests based on the configured job permissions. For e.g., if the job permission is 600, then no one except the user can look at the job details via the browser. The authenticated user in the servlet can be obtained using the HttpServletRequest method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.