You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2017/02/09 22:13:19 UTC

[03/10] accumulo git commit: ACCUMULO-4519 patch from Yudong Wu

ACCUMULO-4519 patch from Yudong Wu

Adds missing system permission and namespace functionality to the proxy.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/025aacc9
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/025aacc9
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/025aacc9

Branch: refs/heads/master
Commit: 025aacc9fde81d1d51394126fd550f07a71f260e
Parents: 13d3f5d
Author: Michael Wall <mj...@gmail.com>
Authored: Thu Feb 9 16:13:47 2017 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Feb 9 16:24:18 2017 -0500

----------------------------------------------------------------------
 proxy/src/main/thrift/proxy.thrift | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/025aacc9/proxy/src/main/thrift/proxy.thrift
----------------------------------------------------------------------
diff --git a/proxy/src/main/thrift/proxy.thrift b/proxy/src/main/thrift/proxy.thrift
index 25510d1..00427c0 100644
--- a/proxy/src/main/thrift/proxy.thrift
+++ b/proxy/src/main/thrift/proxy.thrift
@@ -131,6 +131,10 @@ enum SystemPermission {
   DROP_USER = 5,
   ALTER_USER = 6,
   SYSTEM = 7,
+  CREATE_NAMESPACE = 8,
+  DROP_NAMESPACE = 9,
+  ALTER_NAMESPACE = 10,
+  OBTAIN_DELEGATION_TOKEN = 11,
 }
 
 enum ScanType {