Re: HBase Service Level Authorization

2017-01-24 Thread Lars George
I can see how this all started: public class HBasePolicyProvider extends PolicyProvider { protected static Service[] services = { new Service("security.client.protocol.acl", HRegionInterface.class), new Service("security.admin.protocol.acl", HMasterInterface.class), new Service

HBase Service Level Authorization

2017-01-23 Thread Lars George
Hi, Looking at our `PolicyProvider` implementation I see this: /** * Implementation of secure Hadoop policy provider for mapping * protocol interfaces to hbase-policy.xml entries. */ @InterfaceAudience.Private public class HBasePolicyProvider extends PolicyProvider { protected final static S