This website requires JavaScript.
Explore
Help
Sign In
Mirroristas
/
etcd
Watch
2
Star
0
Fork
0
You've already forked etcd
mirror of
https://github.com/etcd-io/etcd.git
synced
2024-09-27 06:25:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
etcd
/
server
/
auth
History
Piotr Tabor
b8c5d44a1d
Merge pull request
#13382
from ahrtr/public_key_match_issue
...
The public key doesn't match if any field doesn't match
2022-01-15 17:14:02 +01:00
..
doc.go
…
jwt_test.go
…
jwt.go
Replace github.com/form3tech-oss/jwt-go with
https://github.com/golang-jwt/jwt
2021-08-03 13:49:47 +05:30
main_test.go
…
metrics.go
ClientV3 tests use integration.NewClient that configures proper logger.
2021-04-29 18:18:34 +02:00
nop.go
…
options.go
correct the public key comparison logic
2021-11-25 05:57:55 +08:00
range_perm_cache_test.go
…
range_perm_cache.go
etcdserver: Create AuthBackend interface
2021-07-20 18:09:53 +02:00
simple_token_test.go
…
simple_token.go
server/auth: enable tokenProvider if recoved store enables auth
2021-07-11 01:17:08 +08:00
store_mock_test.go
server: Use zaptest in bucket tests and move backendMock to separate file
2021-07-20 18:12:02 +02:00
store_test.go
fixing goroutine leaks
2021-12-24 15:57:38 -05:00
store.go
Disable auth gracefully without impacting existing watchers
2021-12-31 14:39:46 +07:00