Gyu-Ho Lee
|
3fd64f913a
auth: fix return type on 'hasRootRole'
|
8 年之前 |
Hitoshi Mitake
|
ca91f898a2
auth, e2e, clientv3: the root role should be granted access to every key
|
8 年之前 |
Hitoshi Mitake
|
18253e2723
*: support getting all users and roles in auth v3
|
8 年之前 |
Anthony Romano
|
16db9e68a2
auth, etcdserver: separate auth checking apply from core apply
|
8 年之前 |
Xiang Li
|
c75fa6fdc9
*: support deleteRange perm checking
|
8 年之前 |
Xiang Li
|
390c89b7f9
auth: remove the special checking case for key auth
|
8 年之前 |
Gyu-Ho Lee
|
e9d2eb2b54
auth: key, range in []byte type
|
8 年之前 |
Xiang Li
|
1bbe09eb3c
auth: clean permission checking
|
8 年之前 |
Xiang Li
|
3210bb8181
Merge pull request #5632 from xiang90/auth_store_cleanup
|
8 年之前 |
Hitoshi Mitake
|
bb6102c00c
Merge pull request #5630 from xiang90/del_user
|
8 年之前 |
Xiang Li
|
f8c1a50195
auth: cleanup store.go
|
8 年之前 |
Xiang Li
|
8776962008
auth: add del functions for user/role
|
8 年之前 |
Hitoshi Mitake
|
ead5096fa9
auth, etcdserver: make auth tokens consistent for all nodes
|
8 年之前 |
Xiang Li
|
cf99d596f5
auth: cleanup get user and get role usage
|
8 年之前 |
Xiang Li
|
0914d65c1f
auth: add put role
|
8 年之前 |
Xiang Li
|
ae30ab7897
auth: add put_user
|
8 年之前 |
Xiang Li
|
247103c40b
Merge pull request #5623 from xiang90/get_role
|
8 年之前 |
Xiang Li
|
1958598a18
auth: add getRole
|
8 年之前 |
Xiang Li
|
ca4e78687e
auth: implement recover
|
8 年之前 |
Xiang Li
|
f1c6fa48f5
*: add admin permission checking
|
8 年之前 |
Xiang Li
|
fb0df211f0
Merge pull request #5586 from xiang90/root
|
8 年之前 |
Xiang Li
|
da2f2a5189
auth: add root user and root role
|
8 年之前 |
Hitoshi Mitake
|
253e313c09
*: support granting and revoking range
|
8 年之前 |
Hitoshi Mitake
|
6bb96074da
auth, etcdserver: permission of range requests
|
8 年之前 |
Xiang Li
|
c6496dcff6
auth: add getuser
|
8 年之前 |
Xiang Li
|
83ce1051ff
auth: make naming consistent
|
8 年之前 |
Hitoshi Mitake
|
94f22e8a07
*: rename RPCs and structs related to revoking
|
8 年之前 |
Hitoshi Mitake
|
60fc1e4d4e
auth, etcdserver: error codes for revoking non existing role and permission
|
8 年之前 |
Hitoshi Mitake
|
c7a1423d45
*: support deleting a role in auth v3
|
8 年之前 |
Hitoshi Mitake
|
0cb1343109
*: support revoking a key from a role in auth v3
|
8 年之前 |