etcd/server
Benjamin Wang c967715d93 auth: protect all maintainence APIs when auth is enabled
All maintenance APIs require admin privilege when auth is enabled,
otherwise, the request will be rejected. If auth isn't enabled,
then no such requirement any more.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
2022-11-03 04:39:42 +08:00
..
auth server: add a unit test case for authStore.Reocver() with empty rangePermCache 2022-10-29 12:54:34 +09:00
config etcd: modify declaring empty slices 2022-09-16 14:41:14 +08:00
embed chore: update the warn message on startup when the server name is default 2022-10-28 20:56:45 +08:00
etcdmain fix: apply review suggestion 2022-10-27 08:23:22 +08:00
etcdserver auth: protect all maintainence APIs when auth is enabled 2022-11-03 04:39:42 +08:00
lease lessor: refactor expireExists to make it more clear 2022-10-20 09:26:04 +08:00
mock server: Implement storage downgrades 2021-10-29 12:47:19 +02:00
proxy *: avoid closing a watch with ID 0 incorrectly 2022-09-26 20:30:33 +08:00
storage server: add more context to panic message 2022-10-31 20:29:15 -04:00
verify verify: Get backend using simple api 2022-06-24 16:58:18 +08:00
LICENSE server: Update go.mod 2020-10-26 13:02:32 +01:00
go.mod Bump go 1.19: upgrade go version to 1.19 in all go.mod files 2022-09-22 08:47:46 +08:00
go.sum Bump go 1.19: update all the dependencies and go.sum files 2022-09-22 08:47:46 +08:00
main.go Bump go 1.19: update all the dependencies and go.sum files 2022-09-22 08:47:46 +08:00
main_test.go invaild args 2021-07-28 11:39:54 +08:00