etcd/auth
Hitoshi Mitake e0c33ef881 auth, etcdserver: allow users to know their roles and permissions
Current UserGet() and RoleGet() RPCs require admin permission. It
means that users cannot know which roles they belong to and what
permissions the roles have. This commit change the semantics and now
users can know their roles and permissions.
2017-06-26 22:20:41 -07:00
..
authpb *: add swagger and grpc-gateway assets for v3lock and v3election 2017-04-10 15:21:07 -07:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
jwt.go auth: reject empty signing method for JWT token provider 2017-06-07 16:49:02 -07:00
jwt_test.go auth: add JWT tests 2017-06-07 16:49:02 -07:00
range_perm_cache.go auth, adt: introduce a new type BytesAffineComparable 2017-04-05 13:17:24 +09:00
range_perm_cache_test.go auth, adt: introduce a new type BytesAffineComparable 2017-04-05 13:17:24 +09:00
simple_token.go auth, etcdserver: protect revoking lease with auth 2017-06-07 17:46:14 -07:00
store.go auth, etcdserver: allow users to know their roles and permissions 2017-06-26 22:20:41 -07:00
store_test.go *: use metadata Incoming/OutgoingContext 2017-06-15 16:41:23 -07:00