etcd/auth
Hitoshi Mitake b1dd19a7aa *: don't use string literals directly in grpc metadata
Current etcd code uses the string literals ("token", "authorization")
as field names of grpc and swappger metadata for passing token. It is
difficult to maintain so this commit introduces new constants for the
purpose.
2018-03-15 14:17:34 +09:00
..
authpb *: revert "internal/auth" change 2018-02-26 17:11:40 -08:00
doc.go *: revert "internal/auth" change 2018-02-26 17:11:40 -08:00
jwt.go auth: a new option for configuring TTL of jwt tokens 2018-02-27 16:25:19 +09:00
jwt_test.go *: revert "internal/auth" change 2018-02-26 17:11:40 -08:00
nop.go auth: a new auth token provider nop 2018-02-27 16:21:14 +09:00
range_perm_cache.go *: revert "internal/mvcc" change 2018-02-26 17:11:40 -08:00
range_perm_cache_test.go *: revert "internal/auth" change 2018-02-26 17:11:40 -08:00
simple_token.go *: revert "internal/auth" change 2018-02-26 17:11:40 -08:00
simple_token_test.go *: revert "internal/auth" change 2018-02-26 17:11:40 -08:00
store.go *: don't use string literals directly in grpc metadata 2018-03-15 14:17:34 +09:00
store_test.go *: don't use string literals directly in grpc metadata 2018-03-15 14:17:34 +09:00