aboutsummaryrefslogtreecommitdiff
path: root/src/api/admin
Commit message (Collapse)AuthorAgeFilesLines
* [fix-auth-ct-eq] use argon2 hashing and verification for admin/metrics token ↵Alex Auvolat2024-02-291-17/+41
| | | | checking
* [lock-createbucket] Add node-global lock for bucket/key operations (fix #723)lock-createbucketAlex Auvolat2024-02-222-40/+29
|
* [dep-upgrade-202402] fix shutdown issue introduced when upgrading hyperdep-upgrade-202402Alex Auvolat2024-02-081-3/+3
|
* [dep-upgrade-202402] rename BytesBody into ErrorBody for clarityAlex Auvolat2024-02-071-3/+3
|
* [dep-upgrade-202402] migration to http/hyper 1.0 for k2v apiAlex Auvolat2024-02-054-22/+10
|
* [dep-upgrade-202402] wip: port to http/hyper crates v1Alex Auvolat2024-02-055-60/+72
|
* Health info message now advertises API v1Quentin Dufour2023-11-221-1/+1
|
* admin api: increased compatibility for v0/ endpointsv0.9.0-rc2Alex Auvolat2023-10-055-163/+388
|
* admin api: remove broken GET /v0/key router ruleAlex Auvolat2023-10-051-1/+1
|
* Merge branch 'main' into nextv0.9.0-rc1Alex Auvolat2023-10-031-3/+3
|\
| * api: allow custom unix bind mode and use 0o220 for admin servernetworkException2023-10-031-1/+1
| |
| * everywhere: support unix sockets when binding in various placesnetworkException2023-09-291-2/+2
| | | | | | | | | | this patch implements binding to paths as a unix socket for generic server and web server.
* | Merge branch 'main' into nextv0.9.0-beta1Alex Auvolat2023-08-292-21/+55
|\|
| * admin api: refactor caddy check api codeAlex Auvolat2023-08-281-17/+22
| |
| * support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tlsQuentin Dufour2023-08-082-12/+41
| |
* | admin docs: reformatting, key admin: add checkAlex Auvolat2023-06-142-10/+11
| |
* | admin: uniformize layout api and improve codeAlex Auvolat2023-06-142-42/+57
| |
* | admin and cli: hide secret keys unless askedAlex Auvolat2023-06-143-18/+39
| |
* | admin api: move all endpoints to v1/ by default (v0/ still supported)Alex Auvolat2023-06-141-22/+22
| |
* | admin api: make name optionnal for CreateKeyAlex Auvolat2023-06-141-2/+2
| |
* | admin api: switch GetClusterHealth to camelcase (fix #381 again)Alex Auvolat2023-06-142-1/+29
| |
* | admin api: change cluster status/layout to use lists and not maps (fix #377)Alex Auvolat2023-06-142-36/+95
| |
* | Merge branch 'main' into nextAlex Auvolat2023-06-131-1/+1
|\|
| * *: apply clippy recommendations.Jonathan Davies2023-05-093-5/+5
| |
* | admin API: add missing camelCase conversions (fix #381)Alex Auvolat2023-06-132-0/+7
| |
* | comments and clippy lint fixesAlex Auvolat2023-06-092-4/+4
| |
* | fix mpu counter (add missing workers) and report info at appropriate placesAlex Auvolat2023-06-091-6/+18
| |
* | Merge branch 'main' into nextAlex Auvolat2023-04-254-2/+63
|\|
| * admin/cluster.rs: Added rust_version.Jonathan Davies2023-03-101-0/+2
| |
| * Improved bucket authorization response strings.Jonathan Davies2023-01-291-6/+10
| |
| * api_server.rs: Adapted to use query string per Caddy upstream change.Jonathan Davies2023-01-291-15/+19
| |
| * More clippy fixesAlex Auvolat2023-01-262-3/+3
| |
| * Implemented website hosting authorization endpoint.Jonathan Davies2023-01-132-0/+51
| | | | | | | | Fixes: #468
* | Merge branch 'main' into nextAlex Auvolat2023-01-041-6/+9
|\|
| * Fix router keyword handling (fix #442)router-keywords-fixAlex Auvolat2022-12-121-6/+9
| |
* | Merge commit 'ec12d6c' into nextAlex Auvolat2022-12-111-6/+8
|\ \ | |/ |/|
| * Fix HTTP return codeAlex Auvolat2022-11-081-1/+1
| |
| * Return more info when layout's .check() fails, fix compilation, fix testAlex Auvolat2022-11-081-5/+2
| |
| * Style improvementsAlex Auvolat2022-11-071-3/+3
| |
| * Merge branch 'main' into optimal-layoutAlex Auvolat2022-11-072-6/+6
| |\
| * | cargo fmtMendes2022-10-101-4/+4
| | |
| * | modifications in several files to :Mendes2022-10-051-1/+6
| | | | | | | | | | | | | | | | | | - have consistent error return types - store the zone redundancy in a Lww - print the error and message in the CLI (TODO: for the server Api, should msg be returned in the body response?)
* | | simplifyadmin-health-apiAlex Auvolat2022-12-111-8/+1
| | |
* | | Always return 200 OK on /v0/health, reinstate admin api doc as draft and ↵Alex Auvolat2022-12-111-6/+1
| | | | | | | | | | | | complete it
* | | Separate /health (simple text answer) and /v0/health (full json answer, ↵Alex Auvolat2022-12-053-48/+33
| | | | | | | | | | | | authenticated)
* | | Refactor health check and add ability to return it in jsonAlex Auvolat2022-12-052-85/+55
| | |
* | | Implement /health admin API endpoint to check node healthAlex Auvolat2022-12-052-0/+98
| | |
* | | Fix typo in admin API on BucketInfoQuentin Dufour2022-11-111-2/+2
| |/ |/|
* | Use status code 204 No Content for empty responsesTobias Krischer2022-10-172-6/+6
|/
* Initialize metrics exporter earlier (fix #389)fix-metricsAlex Auvolat2022-09-201-2/+5
|