Abhishek Shukla created RANGER-3256:
---------------------------------------
Summary: [Ranger Audit Filters] SHOW_ROLES is not filtered out in
ranger audits
Key: RANGER-3256
URL: https://issues.apache.org/jira/browse/RANGER-3256
Project: Ranger
Issue Type: Bug
Components: audit
Affects Versions: 2.2.0, 2.1.1
Reporter: Abhishek Shukla
Attachments: default_hive_audit_filters.png, hive_audits_show_roles.png
Ranger Hive Service Audit Filters:
{noformat}
[
{'actions':['METADATA OPERATION', 'SHOW_ROLES'], 'isAudited': false},
{'accessTypes':['_any'], 'isAudited': false}
]
{noformat}
Beeline Query:
{noformat}
> show roles;{noformat}
Observed that METADATA OPERATION actions are filtered out but the same is not
happening for SHOW_ROLES
We are hitting this issue with default hive audit filters as well.
Attached screenshots.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)