etcd/auth
Hitoshi Mitake 5609fdb9a8 *: support getting user in etcdctl v3
This commit adds a new subcommand "user get" to etcdctl v3. It will
list up roles that are granted to a given user.

Example:
$ ETCDCTL_API=3 bin/etcdctl user get u1
User: u1
Roles: r1 r2 r3

This commit also modifies the layout of InternalRaftRequest for
frequent update of auth related members.
2016-06-02 12:10:19 +09:00
..
authpb *: rerun genproto -g 2016-05-02 23:02:31 -07:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
simple_token.go *: do permission check in raft log apply phase 2016-05-29 00:05:48 +09:00
store.go *: support getting user in etcdctl v3 2016-06-02 12:10:19 +09:00
store_test.go auth: update LICENSE header 2016-05-12 20:51:14 -07:00