etcd/auth
Anthony Romano fdf7798137 auth: fix race on stopping simple token keeper
run goroutine was resetting a field for no reason and without holding a lock.
This patch cleans up the run goroutine management to make the start/stop path
less racey in general.
2017-04-14 09:50:33 -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 *: fix minor typos 2017-03-08 16:21:52 -08: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: fix race on stopping simple token keeper 2017-04-14 09:50:33 -07:00
store.go auth, adt: introduce a new type BytesAffineComparable 2017-04-05 13:17:24 +09:00
store_test.go auth: use atomic access to 'authStore.revision' 2017-04-04 13:16:02 -07:00