Alex Auvolat
|
5fefbd94e9
|
admin api: rename allow/deny api calls in api v2
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
ba810b2e81
|
admin api: rename bucket aliasing operations
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
4cb45bd398
|
admin api: fix CORS to work in browser
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
f538dc34d3
|
admin api: make all requests and responses (de)serializable
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
ed58f8b0fe
|
admin api: update semantics of some endpoints, and update doc
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
5037b97dd4
|
admin api: add compatibility from v1/ to v2/
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
af1a530834
|
admin api: refactor using macro
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
c99bfe69ea
|
admin api: new router_v2 with unified path syntax
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
831f2b0207
|
admin api: make all handlers impls of a single trait
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
c1eb1610ba
|
admin api: create structs for all requests/responess in src/api/admin/api.rs
|
2025-01-29 19:26:16 +01:00 |
|
Alex Auvolat
|
9f3c7c3720
|
api: better handling of helper errors to distinguish error codes
|
2025-01-29 19:14:34 +01:00 |
|
Alex Auvolat
|
25c196f34d
|
[next-0.10] admin api: fix logic in get cluster status
|
2024-03-27 13:55:49 +01:00 |
|
Alex Auvolat
|
01a0bd5410
|
[next-0.10] remove impl Deref for LayoutHelper
|
2024-03-27 13:32:13 +01:00 |
|
Alex Auvolat
|
961b4f9af3
|
[net-fixes] fix issues with local peer address (fix #761)
|
2024-03-21 10:45:34 +01:00 |
|
Alex Auvolat
|
bbde9bc912
|
Merge branch 'main' into next-0.10
|
2024-03-04 15:56:10 +01:00 |
|
Alex Auvolat
|
eaac4924ef
|
[fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token checking
|
2024-02-29 13:07:15 +01:00 |
|
Alex Auvolat
|
59f61c966a
|
Merge branch 'main' into next-0.10
|
2024-02-22 15:45:45 +01:00 |
|
Alex Auvolat
|
cff702a951
|
[lock-createbucket] Add node-global lock for bucket/key operations (fix #723)
|
2024-02-22 12:28:21 +01:00 |
|
Alex Auvolat
|
cf2af186fc
|
Merge branch 'main' into next-0.10
|
2024-02-13 11:36:28 +01:00 |
|
Alex Auvolat
|
5c63193d1d
|
[dep-upgrade-202402] fix shutdown issue introduced when upgrading hyper
|
2024-02-08 23:43:59 +01:00 |
|
Alex Auvolat
|
e524e7a30d
|
[dep-upgrade-202402] rename BytesBody into ErrorBody for clarity
|
2024-02-07 14:45:52 +01:00 |
|
Alex Auvolat
|
a22bd31920
|
[dep-upgrade-202402] migration to http/hyper 1.0 for k2v api
|
2024-02-05 19:27:12 +01:00 |
|
Alex Auvolat
|
0bb5b77530
|
[dep-upgrade-202402] wip: port to http/hyper crates v1
|
2024-02-05 18:49:54 +01:00 |
|
Alex
|
8a6ec1d611
|
Merge pull request 'NLnet task 3' (#667) from nlnet-task3 into next-0.10
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/667
|
2024-01-11 10:58:08 +00:00 |
|
Alex Auvolat
|
85b5a6bcd1
|
fix some clippy lints
|
2023-12-11 15:31:47 +01:00 |
|
Alex Auvolat
|
c04dd8788a
|
admin: more info in admin GetClusterStatus
|
2023-11-28 14:25:04 +01:00 |
|
Quentin Dufour
|
d1d1940252
|
Health info message now advertises API v1
|
2023-11-22 09:28:50 +01:00 |
|
Alex Auvolat
|
393c4d4515
|
layout: add helper for cached/external values to centralize recomputation
|
2023-11-15 14:20:50 +01:00 |
|
Alex Auvolat
|
bad7cc812e
|
layout admin: add missing calls to update_hash
|
2023-11-09 15:42:10 +01:00 |
|
Alex Auvolat
|
bfb1845fdc
|
layout: refactor to use a RwLock on LayoutHistory
|
2023-11-09 14:12:05 +01:00 |
|
Alex Auvolat
|
8a2b1dd422
|
wip: split out layout management from System into separate LayoutManager
|
2023-11-09 12:55:36 +01:00 |
|
Alex Auvolat
|
523d2ecb95
|
layout: use separate CRDT for staged layout changes
|
2023-11-09 11:19:43 +01:00 |
|
Alex Auvolat
|
8dccee3ccf
|
cluster layout: adapt all uses of ClusterLayout to LayoutHistory
|
2023-11-08 19:28:36 +01:00 |
|
Alex Auvolat
|
4a9c94514f
|
avoid using layout_watch in System directly
|
2023-11-08 16:41:00 +01:00 |
|
Alex Auvolat
|
12d1dbfc6b
|
remove Ring and use ClusterLayout everywhere
|
2023-11-08 15:41:24 +01:00 |
|
Alex Auvolat
|
0c431b0c03
|
admin api: increased compatibility for v0/ endpoints
|
2023-10-05 16:56:13 +02:00 |
|
Alex Auvolat
|
1c13135f25
|
admin api: remove broken GET /v0/key router rule
|
2023-10-05 16:27:29 +02:00 |
|
Alex Auvolat
|
2e656b541b
|
Merge branch 'main' into next
|
2023-10-03 18:40:37 +02:00 |
|
networkException
|
7907a09acc
|
api: allow custom unix bind mode and use 0o220 for admin server
|
2023-10-03 17:31:40 +02:00 |
|
networkException
|
8ec6a53b35
|
everywhere: support unix sockets when binding in various places
this patch implements binding to paths as a unix socket for generic
server and web server.
|
2023-09-29 18:57:44 +02:00 |
|
Alex Auvolat
|
2e90e1c124
|
Merge branch 'main' into next
|
2023-08-29 11:32:42 +02:00 |
|
Alex Auvolat
|
9b4ce4a8ad
|
admin api: refactor caddy check api code
|
2023-08-28 12:17:10 +02:00 |
|
Quentin Dufour
|
24e533f262
|
support {s3,web}.root_domains in /check endpoint
|
2023-08-08 11:05:42 +02:00 |
|
Alex Auvolat
|
8ef42c9609
|
admin docs: reformatting, key admin: add check
|
2023-06-14 17:19:25 +02:00 |
|
Alex Auvolat
|
a83a092c03
|
admin: uniformize layout api and improve code
|
2023-06-14 17:12:37 +02:00 |
|
Alex Auvolat
|
7895f99d3a
|
admin and cli: hide secret keys unless asked
|
2023-06-14 16:56:15 +02:00 |
|
Alex Auvolat
|
4a82f6380e
|
admin api: move all endpoints to v1/ by default (v0/ still supported)
|
2023-06-14 14:15:51 +02:00 |
|
Alex Auvolat
|
28cc9f178a
|
admin api: make name optionnal for CreateKey
|
2023-06-14 13:56:37 +02:00 |
|
Alex Auvolat
|
35c108b85d
|
admin api: switch GetClusterHealth to camelcase (fix #381 again)
|
2023-06-14 13:53:19 +02:00 |
|
Alex Auvolat
|
52376d47ca
|
admin api: change cluster status/layout to use lists and not maps (fix #377)
|
2023-06-14 13:45:27 +02:00 |
|