etcd/auth
Piotr Tabor de55bb6331 pkg: Rename imports after making 'pkg' a module
find -name '*.go' | xargs sed --follow-symlinks -i 's|go.etcd.io/etcd/v3/pkg/|go.etcd.io/etcd/pkg/v3/|g'
go fmt ./...
2020-10-13 00:09:27 +02:00
..
doc.go *: revert "internal/auth" change 2018-02-26 17:11:40 -08:00
jwt.go auth: remove capnslog (#11596) 2020-02-06 12:28:14 -08:00
jwt_test.go integration/fixtures: Move the 'tests/integration/fixtures' directory up and update references. 2020-10-07 15:38:28 +02:00
main_test.go pkg: Rename imports after making 'pkg' a module 2020-10-13 00:09:27 +02:00
metrics.go auth: add new metric 'etcd_debugging_auth_revision' 2020-02-29 13:31:44 +08:00
nop.go auth: a new auth token provider nop 2018-02-27 16:21:14 +09:00
options.go auth: Support all JWT algorithms 2018-06-26 16:31:01 -04:00
range_perm_cache.go pkg: Rename imports after making 'pkg' a module 2020-10-13 00:09:27 +02:00
range_perm_cache_test.go pkg: Rename imports after making 'pkg' a module 2020-10-13 00:09:27 +02:00
simple_token.go auth: Fix "race" - auth unit tests leaking goroutines 2020-10-03 19:38:30 +02:00
simple_token_test.go auth: Fix "race" - auth unit tests leaking goroutines 2020-10-03 19:38:30 +02:00
store.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00
store_test.go *: Update references to code moved to the api/ dir. 2020-10-06 11:56:16 +02:00