Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RANGER-4670: (hbase plugin) Config to support disabling column authorization for fully authorized column families #417

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fateh288
Copy link
Contributor

What changes were proposed in this pull request?

A property/flag can be set via hbase service configs wherein during column level authorization, it can be used to determine if an authorization at column family can be used to determine if column authorization can be shortcircuited as an optimization (there will be audit behavior changes in this case). This is useful for improving performance especially for multiget and multiput workloads wherein thousands of columns can come in the authorization request and just checking column family level access can improve performance drastically

How was this patch tested?

Existing test cases work

New test cases have been added for hbase. The test cases cover the scan operation bug addressed in RANGER-4977 and also covers new unit test cases for testing correctness of column authorization shortcircuiting. These minicluster cased test cases do not work on master branch (because they are ignored using junit ignore annotation -- currently being tracked at https://issues.apache.org/jira/browse/RANGER-4686 and was caused due to hadoop version upgrades)
I have verified that the new added test cases work on my private fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant