NihalJain commented on code in PR #6781:
URL: https://github.com/apache/hbase/pull/6781#discussion_r2018261700
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -1513,7 +1516,18 @@ private boolean waitForNamespaceOnline() throws
IOException {
}
return true;
}
+ private void appendZkAclBeforeAccessControllerMaster(Configuration conf) {
+ String plugins = conf.get(CoprocessorHost.MASTER_COPROCESSOR_CONF_KEY, "");
+ String zkAclClassName = ZKAclUpdaterCoprocessor.class.getCanonicalName();
+ String accessControllerClassName =
AccessController.class.getCanonicalName();
Review Comment:
We can read this line from conf so that ranger can make use of this conf to
configure its security coprocessor and make use of the zkl acl feature
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]