You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zy...@apache.org on 2018/07/10 04:38:42 UTC

[20/50] [abbrv] hbase git commit: HBASE-20357 AccessControlClient API Enhancement - addendum for ACL Matrix (Pankaj Kumar)

HBASE-20357 AccessControlClient API Enhancement - addendum for ACL Matrix (Pankaj Kumar)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/85b41f36
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/85b41f36
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/85b41f36

Branch: refs/heads/HBASE-18477
Commit: 85b41f36e01214b6485c9352875c84ebf877dab3
Parents: bb8826c
Author: tedyu <yu...@gmail.com>
Authored: Thu Jun 28 23:25:08 2018 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Thu Jun 28 23:25:08 2018 -0700

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/appendix_acl_matrix.adoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/85b41f36/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc b/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc
index d5ea076..cb17346 100644
--- a/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc
+++ b/src/main/asciidoc/_chapters/appendix_acl_matrix.adoc
@@ -160,6 +160,7 @@ In case the table goes out of date, the unit tests which check for accuracy of p
 |                  | getUserPermissions(global level) | global(A)
 |                  | getUserPermissions(namespace level) | global(A)\|NS(A)
 |                  | getUserPermissions(table level) | global(A)\|NS(A)\|TableOwner\|table(A)\|CF(A)\|CQ(A)
+|                  | hasPermission(table level) | global(A)\|SelfUserCheck
 | RegionServer | stopRegionServer | superuser\|global(A)
 |              | mergeRegions | superuser\|global(A)
 |              | rollWALWriterRequest | superuser\|global(A)