[
https://issues.apache.org/jira/browse/HBASE-7331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated HBASE-7331:
----------------------------------
Attachment: HBASE-7331-0.94-v3.patch
What I committed.
- Added deprecation tags on rowlock related methods in RegionObserver interface.
- Fixups for different requirePermission() in 0.94.
- Added missing ASL headers on new files
- Removed unused imports.
- Changed some stray tabs to spaces.
TestAccessController with new cases passes for me locally.
> Add access control for region open and close, row locking, and stopping the
> regionserver
> ----------------------------------------------------------------------------------------
>
> Key: HBASE-7331
> URL: https://issues.apache.org/jira/browse/HBASE-7331
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver, security
> Affects Versions: 0.94.3, 0.96.0
> Reporter: Vandana Ayyalasomayajula
> Assignee: Vandana Ayyalasomayajula
> Fix For: 0.96.0, 0.94.4
>
> Attachments: HBASE-7331-0.94-v3.patch, HBASE-7331_94_02.patch,
> HBASE-7331_94.patch, HBASE-7331_trunk_02.patch, HBASE-7331_trunk.patch
>
>
> The following APIs in HRegionServer are either missing hooks to coprocessor
> or the hooks are not implemented in the AccessController class for security.
> As a result any unauthorized user can:
> 1.Open a region
> 2. Close a region
> 3. Stop region server
> 4. Lock a row
> 5. Unlock a row.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira