Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-1200

Ranger policies should support notion of OWNER user

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.6.1
    • 0.7.0
    • None
    • None

    Description

      Components like HDFS have the notion of an owner for the resource being accessed. For such components, it should be possible to setup Ranger policies to grant specific permissions for owners of accessed resources.

      Example usecase: users should have read/write/execute/delegate-admin privileges on files and directories they own under /home/. Ranger policy should be like:

      { path=/home/*; users=[ {OWNER} ]; permission=[ read, write, execute ]; isDelegateAdmin=true}
      

      Attachments

        Activity

          People

            abhayk Abhay Kulkarni
            madhan Madhan Neethiraj
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: