You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2021/09/08 22:03:00 UTC

[jira] [Created] (HBASE-26268) AccessController is missing a couple AdminService methods

Bryan Beaudreault created HBASE-26268:
-----------------------------------------

             Summary: AccessController is missing a couple AdminService methods
                 Key: HBASE-26268
                 URL: https://issues.apache.org/jira/browse/HBASE-26268
             Project: HBase
          Issue Type: Bug
            Reporter: Bryan Beaudreault


Sorry for the vague title, not sure if it'd be better to create individual jiras. I discovered that the following two AdminService endpoints are not covered by AccessController:

 
 * updateConfiguration
 * clearRegionBlockCache

There may be others, I haven't done a full audit. We should add coprocessor hooks for these and wrap with AccessController, especially since they can both have an affect on the cluster.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)