Anthony Romano
|
a20295c65b
auth: fix race on stopping simple token keeper
|
7 rokov pred |
Anthony Romano
|
9be7fc5320
auth: protect simpleToken with single mutex and check if enabled
|
7 rokov pred |
Gyu-Ho Lee
|
e5462f74f1
auth: get rid of deadlocking channel passing scheme in simpleTokenTTL
|
7 rokov pred |
Anthony Romano
|
6ed56cd723
auth: nil check AuthInfo when checking admin permissions
|
7 rokov pred |
Gyu-Ho Lee
|
5d62bba9c7
auth: keep old revision in 'NewAuthStore'
|
7 rokov pred |
Hitoshi Mitake
|
9e81b002c4
auth: correct initialization in NewAuthStore()
|
7 rokov pred |
Hitoshi Mitake
|
98c60e8faa
auth, etcdserver: let maintenance services require root role
|
8 rokov pred |
Anthony Romano
|
c39a59c0be
auth: reject empty user name when checking op permissions
|
7 rokov pred |
Gyu-Ho Lee
|
55307d48ac
auth: fix gosimple errors
|
8 rokov pred |
Vimal Kumar
|
dfe853ebff
auth: add a timeout mechanism to simple token
|
8 rokov pred |
Hitoshi Mitake
|
f85701a46f
auth, etcdserver: forbid adding a user with empty name
|
8 rokov pred |
Hitoshi Mitake
|
39e9b1f75a
auth, etcdserver: check password at API layer
|
8 rokov pred |
Hitoshi Mitake
|
bc5d7bbe03
auth, e2e, clientv3: the root role should be granted access to every key
|
8 rokov pred |
Hitoshi Mitake
|
ef6b74411c
auth, etcdserver: introduce revision of authStore for avoiding TOCTOU problem
|
8 rokov pred |
Anthony Romano
|
d4e0e419dc
auth: set bcrypt cost to minimum for test cases
|
8 rokov pred |
Hitoshi Mitake
|
66107b8653
auth: invalidate every token in disabling auth
|
8 rokov pred |
Hitoshi Mitake
|
8df37d53d6
auth, etcdserver: let Authenticate() fail if auth isn't enabled
|
8 rokov pred |
Hitoshi Mitake
|
18253e2723
*: support getting all users and roles in auth v3
|
8 rokov pred |
Anthony Romano
|
16db9e68a2
auth, etcdserver: separate auth checking apply from core apply
|
8 rokov pred |
Xiang Li
|
c75fa6fdc9
*: support deleteRange perm checking
|
8 rokov pred |
Xiang Li
|
390c89b7f9
auth: remove the special checking case for key auth
|
8 rokov pred |
Gyu-Ho Lee
|
e9d2eb2b54
auth: key, range in []byte type
|
8 rokov pred |
Xiang Li
|
1bbe09eb3c
auth: clean permission checking
|
8 rokov pred |
Xiang Li
|
3210bb8181
Merge pull request #5632 from xiang90/auth_store_cleanup
|
8 rokov pred |
Hitoshi Mitake
|
bb6102c00c
Merge pull request #5630 from xiang90/del_user
|
8 rokov pred |
Xiang Li
|
f8c1a50195
auth: cleanup store.go
|
8 rokov pred |
Xiang Li
|
8776962008
auth: add del functions for user/role
|
8 rokov pred |
Hitoshi Mitake
|
ead5096fa9
auth, etcdserver: make auth tokens consistent for all nodes
|
8 rokov pred |
Xiang Li
|
cf99d596f5
auth: cleanup get user and get role usage
|
8 rokov pred |
Xiang Li
|
0914d65c1f
auth: add put role
|
8 rokov pred |