[
https://issues.apache.org/jira/browse/RANGER-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922576#comment-17922576
]
Dhaval Rajpara commented on RANGER-4983:
----------------------------------------
Committed on
[master|https://github.com/apache/ranger/commit/1f0b86e38e75fd451e8687b75df6bf4442fc6bdd]
and
[ranger-2.6|https://github.com/apache/ranger/commit/4b02919c25325dd412427a00adc77141e46f6fd0]
branch.
> 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
> Assignee: Dhaval Rajpara
> Priority: Major
>
> 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)