Hi, I have a use-case for a customer who's looking to build an audit tool. This audit tool should build a report of all authorizations across various products. HBase is one of them.
Unfortunately in HBase it's not currently possible to list all ACLs without going directly to the _hbase:acl_ table (unless I'm missing something, which would be great). I see that the AccessControlLists class has a loadAll method but it's not exposed anywhere. Are there any objections in adding a method to retrieve all ACLs across all tables etc.? I'm not yet 100% sure on the permissions that should be required to do this. Any opinions? Global + Access or something similar? Cheers, Lars