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

if a user permissions are removed from a policy through revoke operation then also users is shown

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 0.6.0
    • 0.6.0
    • Ranger
    • None

    Description

      if a user permissions are removed from a policy through revoke operation then also users is shown on the policylanding page

      1. execute grant on hbase shell "grant to all tables for <user>'
      grant '<user>' , 'R'
      0 row(s) in 0.2540 seconds
      new policy item gets added in <user> default policy for all resources for user <user> with Read permission
      2. then use revoke to remove that read permission
      revoke '<user>'
      0 row(s) in 0.2530 seconds
      3. check Policy landing page
      ER: policy should not show the user '<user>'
      AR: policy is showing user <user> for the policy (* resource) on the policy landing page. if we go inside in the policy then user <user> is not there as expected.

      Attachments

        1. RANGER-1069.patch
          8 kB
          Mehul Parikh

        Issue Links

          Activity

            People

              mehul Mehul Parikh
              deepakhuawei Deepak Sharma
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: