Gyu-Ho Lee
|
55307d48ac
auth: fix gosimple errors
|
8 years ago |
Vimal Kumar
|
dfe853ebff
auth: add a timeout mechanism to simple token
|
8 years ago |
Hitoshi Mitake
|
f85701a46f
auth, etcdserver: forbid adding a user with empty name
|
8 years ago |
Hitoshi Mitake
|
39e9b1f75a
auth, etcdserver: check password at API layer
|
8 years ago |
Hitoshi Mitake
|
bc5d7bbe03
auth, e2e, clientv3: the root role should be granted access to every key
|
8 years ago |
Hitoshi Mitake
|
ef6b74411c
auth, etcdserver: introduce revision of authStore for avoiding TOCTOU problem
|
8 years ago |
Anthony Romano
|
d4e0e419dc
auth: set bcrypt cost to minimum for test cases
|
8 years ago |
Hitoshi Mitake
|
66107b8653
auth: invalidate every token in disabling auth
|
8 years ago |
Hitoshi Mitake
|
8df37d53d6
auth, etcdserver: let Authenticate() fail if auth isn't enabled
|
8 years ago |
Hitoshi Mitake
|
18253e2723
*: support getting all users and roles in auth v3
|
8 years ago |
Anthony Romano
|
16db9e68a2
auth, etcdserver: separate auth checking apply from core apply
|
8 years ago |
Xiang Li
|
c75fa6fdc9
*: support deleteRange perm checking
|
8 years ago |
Xiang Li
|
390c89b7f9
auth: remove the special checking case for key auth
|
8 years ago |
Gyu-Ho Lee
|
e9d2eb2b54
auth: key, range in []byte type
|
8 years ago |
Xiang Li
|
1bbe09eb3c
auth: clean permission checking
|
8 years ago |
Xiang Li
|
3210bb8181
Merge pull request #5632 from xiang90/auth_store_cleanup
|
8 years ago |
Hitoshi Mitake
|
bb6102c00c
Merge pull request #5630 from xiang90/del_user
|
8 years ago |
Xiang Li
|
f8c1a50195
auth: cleanup store.go
|
8 years ago |
Xiang Li
|
8776962008
auth: add del functions for user/role
|
8 years ago |
Hitoshi Mitake
|
ead5096fa9
auth, etcdserver: make auth tokens consistent for all nodes
|
8 years ago |
Xiang Li
|
cf99d596f5
auth: cleanup get user and get role usage
|
8 years ago |
Xiang Li
|
0914d65c1f
auth: add put role
|
8 years ago |
Xiang Li
|
ae30ab7897
auth: add put_user
|
8 years ago |
Xiang Li
|
247103c40b
Merge pull request #5623 from xiang90/get_role
|
8 years ago |
Xiang Li
|
1958598a18
auth: add getRole
|
8 years ago |
Xiang Li
|
ca4e78687e
auth: implement recover
|
8 years ago |
Xiang Li
|
f1c6fa48f5
*: add admin permission checking
|
8 years ago |
Xiang Li
|
fb0df211f0
Merge pull request #5586 from xiang90/root
|
8 years ago |
Xiang Li
|
da2f2a5189
auth: add root user and root role
|
8 years ago |
Hitoshi Mitake
|
253e313c09
*: support granting and revoking range
|
8 years ago |