etcd/auth
Hitoshi Mitake 068d806bde *: revoke a deleted role
This commit resolves a TODO of auth store:
Current scheme of role deletion allows existing users to have the
deleted roles. Assume a case like below:
create a role r1
create a user u1 and grant r1 to u1
delete r1

After this sequence, u1 is still granted the role r1. So if admin
create a new role with the name r1, The new r1 is automatically
granted u1. In some cases, it would be confusing. So we need to
revoke the deleted role from all users.
2017-03-23 16:44:19 +09:00
..
authpb *: revendor, update proto files 2016-11-10 12:02:00 -08:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
jwt.go *: fix minor typos 2017-03-08 16:21:52 -08:00
range_perm_cache.go auth: simplify merging range perm 2017-02-13 16:37:43 -08:00
range_perm_cache_test.go auth: simplify merging range perm 2017-02-13 16:37:43 -08:00
simple_token.go auth: get rid of deadlocking channel passing scheme in simpleTokenTTL 2017-03-13 21:11:35 -07:00
store.go *: revoke a deleted role 2017-03-23 16:44:19 +09:00
store_test.go auth: test concurrent authentication 2017-03-13 21:11:35 -07:00