etcd/etcdserver/etcdserverpb
Hitoshi Mitake 10ee69b44c *: support getting role in auth v3
This commit implements RoleGet() RPC of etcdserver and adds a new
subcommand "role get" to etcdctl v3. It will list up permissions that
are granted to a given role.

$ ETCDCTL_API=3 bin/etcdctl role get r1
Role r1
KV Read:
        b
        d
KV Write:
        a
        c
        d
2016-06-03 13:03:54 +09:00
..
etcdserver.pb.go *: do permission check in raft log apply phase 2016-05-29 00:05:48 +09:00
etcdserver.proto Add refresh parameter to allow TTL refreshes without firing watch/wait responses 2016-02-08 10:37:37 -07:00
raft_internal.pb.go *: support getting role in auth v3 2016-06-03 13:03:54 +09:00
raft_internal.proto *: support getting role in auth v3 2016-06-03 13:03:54 +09:00
rpc.pb.go *: support getting role in auth v3 2016-06-03 13:03:54 +09:00
rpc.proto *: support getting role in auth v3 2016-06-03 13:03:54 +09:00