You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2015/08/20 02:02:46 UTC

[jira] [Created] (RANGER-619) Add a Hive condition to restrict access to mutually exclusive columns

Madhan Neethiraj created RANGER-619:
---------------------------------------

             Summary: Add a Hive condition to restrict access to mutually exclusive columns
                 Key: RANGER-619
                 URL: https://issues.apache.org/jira/browse/RANGER-619
             Project: Ranger
          Issue Type: Bug
          Components: plugins
    Affects Versions: 0.5.0
            Reporter: Madhan Neethiraj
            Assignee: Abhay Kulkarni


It should be possible to restrict queries that access specified columns together. For example, users should not be able run a query (such as the one given below) that access these columns together: employee.emp_id and payroll.emp_id:

select emp.name, pay.salary from employee emp, payroll pay where emp.emp_id = pay.emp_id;

However, it should be possible to allow such queries for certain users/groups - for example, auditors/finance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)