Rakesh Gupta created RANGER-4983:
------------------------------------
Summary: Ranger Audit Filter for the HBase service is not working
as expected
Key: RANGER-4983
URL: https://issues.apache.org/jira/browse/RANGER-4983
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: 3.0.0, 2.6.0
Reporter: Rakesh Gupta
Steps to repro
# Login to hbase shell via hbase user and create below tables
{code:java}
create 'RitTable1', 'personal', 'medical','finance'
put 'RitTable1', '1', 'personal:fname', 'Mike' {code}
# create allow policy in Ranger for above resources to user systest (attached
screenshot)
# add audit filter in hbase service for above resource and user (attached
screenshot)
# login to hbase shell via systest user and run below command
{code:java}
scan 'RitTable1' {code}
# Ranger audits are getting generated for the above command.
Expected result : No audit is expected to be generated for the above command.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)