Marek Siarkowicz
|
29769984e6
|
Remove RLock/RUnlock from BatchTx
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
|
2023-07-28 11:39:50 +02:00 |
|
Hitoshi Mitake
|
65eeb7ff17
|
server/auth: disallow creating empty permission ranges
Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
Co-authored-by: Benjamin Wang <wachao@vmware.com>
|
2023-02-27 22:55:36 +09:00 |
|
Piotr Tabor
|
9e1abbab6e
|
Fix goimports in all existing files. Execution of ./scripts/fix.sh
Signed-off-by: Piotr Tabor <ptab@google.com>
|
2022-12-29 09:41:31 +01:00 |
|
Oleg Guba
|
fbed8cb645
|
etcdserver: call refreshRangePermCache on Recover() in AuthStore
Signed-off-by: Oleg Guba <oleg@dropbox.com>
|
2022-10-27 15:05:05 -07:00 |
|
Hitoshi Mitake
|
de09174a3f
|
server/auth: protect rangePermCache with a RW lock
Signed-off-by: Hitoshi Mitake <h.mitake@gmail.com>
|
2022-07-02 23:23:13 +09:00 |
|
ahrtr
|
7ac995cdde
|
enhanced authBackend to support authReadTx
|
2022-04-07 05:35:13 +08:00 |
|
Marek Siarkowicz
|
a0554a6bd3
|
etcdserver: Create AuthBackend interface
|
2021-07-20 18:09:53 +02:00 |
|
Marek Siarkowicz
|
5b6f4579fb
|
server: Rename buckets to schema
|
2021-07-12 15:37:21 +02:00 |
|
Marek Siarkowicz
|
5e40a8b00c
|
server: Create storage package and move mvcc files to it
|
2021-07-12 15:37:21 +02:00 |
|
Marek Siarkowicz
|
0c701fb9f3
|
etcdserver: Move all get/put/delete on AuthUsers and AuthRoles to buckets module
|
2021-07-01 12:12:15 +02:00 |
|
Piotr Tabor
|
aaf423e962
|
server: Update imports.
find -name '*.go' | xargs sed -i --follow-symlinks 's|etcd/v3/|etcd/server/v3/|g'
|
2020-10-26 13:02:32 +01:00 |
|
Piotr Tabor
|
4a5e9d1261
|
server: Move server files to 'server' directory.
26 git mv mvcc wal auth etcdserver etcdmain proxy embed/ lease/ server
36 git mv go.mod go.sum server
|
2020-10-26 12:57:19 +01:00 |
|