Sahdev P. Zala
|
1cef112a79
etcdserver: do not allow creating empty role
|
5 years ago |
Gyuho Lee
|
1caaa9ed4a
test: test update for Go 1.12.5 and related changes
|
5 years ago |
Hitoshi Mitake
|
54b09d4f87
auth: add a unit test for creating a user with no password
|
5 years ago |
Hitoshi Mitake
|
5a67dd788d
*: support creating a user without password
|
6 years ago |
Gyuho Lee
|
34bd797e67
*: revert module import paths
|
5 years ago |
shivaramr
|
9150bf52d6
go modules: Fix module path version to include version number
|
5 years ago |
Gyuho Lee
|
c58f5cfeda
test: disable "unparam" for now
|
5 years ago |
Essam A. Hassan
|
ffbdb458a4
Auth: improve auth coverage
|
6 years ago |
Gyuho Lee
|
fced933294
auth: update Go import paths to "go.etcd.io"
|
6 years ago |
Sam Batschelet
|
b30a1166e0
auth: fix panic using WithRoot and improve JWT coverage
|
6 years ago |
Jiang Xuan
|
bf432648ae
*: make bcrypt-cost configurable
|
6 years ago |
Gyuho Lee
|
da4a982b1c
auth: support structured logging
|
6 years ago |
Gyuho Lee
|
f57fa6abaf
auth: support structured logger
|
6 years ago |
Hitoshi Mitake
|
b1dd19a7aa
*: don't use string literals directly in grpc metadata
|
7 years ago |
Hitoshi Mitake
|
752963beea
*: unify type of key and rangeEnd in AuthRoleRevokePermissionRequest
|
6 years ago |
Gyuho Lee
|
f0eb772963
auth: add "IsAuthEnabled" method
|
6 years ago |
Gyuho Lee
|
8a518b01c4
*: revert "internal/mvcc" change
|
6 years ago |
Gyuho Lee
|
bb95d190c1
*: revert "internal/auth" change
|
6 years ago |
Hitoshi Mitake
|
6c91766490
*: move "auth" to "internal/auth"
|
6 years ago |
Gyuho Lee
|
80d15948bc
*: move "mvcc" to "internal/mvcc"
|
6 years ago |
Manjunath A Kumatagi
|
86c086664c
auth: Fix govet errors
|
6 years ago |
Gyuho Lee
|
1f191a0e34
auth: use NewIncomingContext for "WithRoot"
|
7 years ago |
Hitoshi Mitake
|
f649132a5a
auth, etcdserver: follow the correct usage of context
|
7 years ago |
Hitoshi Mitake
|
da0a387aac
auth: use binary search for checking root permission
|
7 years ago |
Gyu-Ho Lee
|
f65aee0759
*: replace 'golang.org/x/net/context' with 'context'
|
7 years ago |
Gyu-Ho Lee
|
5e059fd8dc
*: use metadata Incoming/OutgoingContext
|
7 years ago |
Gyu-Ho Lee
|
3edd36315d
auth: use atomic access to 'authStore.revision'
|
7 years ago |
Anthony Romano
|
4409932132
auth: test concurrent authentication
|
7 years ago |
Hitoshi Mitake
|
f8a290e7ca
*: support jwt token in v3 auth API
|
8 years ago |
Gyu-Ho Lee
|
3d75395875
*: remove never-unused vars, minor lint fix
|
7 years ago |