Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-7293

All pages in JHS should honor yarn.webapp.filter-entity-list-by-user

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • jobhistoryserver
    • None

    Description

      Currently only HsJobsBlock checks for the access. If user who doesn't have permission to access job page is able to do it which is wrong. So we need to have below check in HsJobBlock,HsTasksBlock and HsTaskPage

            if (isFilterAppListByUserEnabled && ugi != null && !aclsManager
                .checkAccess(ugi, JobACL.VIEW_JOB, job.getUserName(), null)) {
              
            }
      

      Attachments

        Activity

          People

            BilwaST Bilwa S T
            BilwaST Bilwa S T
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: