Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.7.0
-
Reviewed
Description
Found this during HBASE-28867, we do not have security check for updateRSGroupConfig in branch-2. See https://github.com/apache/hbase/blob/0dc334f572329be7eb2455cec3519fc820c04c25/hbase-rsgroup/src/main/java/org/apache/hadoop/hbase/rsgroup/RSGroupAdminEndpoint.java#L450
Same check exists in master https://github.com/apache/hbase/blob/52082bc5b80a60406bfaaa630ed5cb23027436c1/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java#L2279
Attachments
Issue Links
- relates to
-
HBASE-19400 Add missing security checks in MasterRpcServices
- Resolved
-
HBASE-24431 RSGroupInfo add configuration map to store something extra
- Resolved
- links to