Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-6203

Privileges of role granted indrectily to user is not applied

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.13.0
    • Authorization
    • None

    Description

      For example,

      create role r1;
      create role r2;
      grant select on table eq to role r1;
      grant role r1 to role r2;
      grant role r2 to user admin;
      select * from eq limit 5;
      

      admin -> r2 -> r1 -> SEL on table eq
      but user admin fails to access table eq

      Attachments

        1. HIVE-6203.1.patch.txt
          218 kB
          Navis Ryu
        2. HIVE-6203.2.patch.txt
          221 kB
          Navis Ryu
        3. HIVE-6203.3.patch.txt
          220 kB
          Navis Ryu
        4. HIVE-6203.4.patch.txt
          206 kB
          Navis Ryu

        Issue Links

          Activity

            People

              navis Navis Ryu
              navis Navis Ryu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: