garage/src/util
Alex 382e74c798
continuous-integration/drone/push Build is passing Details
First version of admin API (#298)
**Spec:**

- [x] Start writing
- [x] Specify all layout endpoints
- [x] Specify all endpoints for operations on keys
- [x] Specify all endpoints for operations on key/bucket permissions
- [x] Specify all endpoints for operations on buckets
- [x] Specify all endpoints for operations on bucket aliases

View rendered spec at <https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/admin-api/doc/drafts/admin-api.md>

**Code:**

- [x] Refactor code for admin api to use common api code that was created for K2V

**General endpoints:**

- [x] Metrics
- [x] GetClusterStatus
- [x] ConnectClusterNodes
- [x] GetClusterLayout
- [x] UpdateClusterLayout
- [x] ApplyClusterLayout
- [x] RevertClusterLayout

**Key-related endpoints:**

- [x] ListKeys
- [x] CreateKey
- [x] ImportKey
- [x] GetKeyInfo
- [x] UpdateKey
- [x] DeleteKey

**Bucket-related endpoints:**

- [x] ListBuckets
- [x] CreateBucket
- [x] GetBucketInfo
- [x] DeleteBucket
- [x] PutBucketWebsite
- [x] DeleteBucketWebsite

**Operations on key/bucket permissions:**

- [x] BucketAllowKey
- [x] BucketDenyKey

**Operations on bucket aliases:**

- [x] GlobalAliasBucket
- [x] GlobalUnaliasBucket
- [x] LocalAliasBucket
- [x] LocalUnaliasBucket

**And also:**

- [x] Separate error type for the admin API (this PR includes a quite big refactoring of error handling)
- [x] Add management of website access
- [ ] Check that nothing is missing wrt what can be done using the CLI
- [ ] Improve formatting of the spec
- [x] Make sure everyone is cool with the API design

Fix #231
Fix #295

Co-authored-by: Alex Auvolat <alex@adnab.me>
Reviewed-on: #298
Co-authored-by: Alex <alex@adnab.me>
Co-committed-by: Alex <alex@adnab.me>
2022-05-24 12:16:39 +02:00
..
crdt First version of admin API (#298) 2022-05-24 12:16:39 +02:00
Cargo.toml First implementation of K2V (#293) 2022-05-10 13:16:57 +02:00
background.rs Make background runner terminate correctly 2022-05-17 11:38:31 +02:00
config.rs First version of admin API (#298) 2022-05-24 12:16:39 +02:00
data.rs Remove ... at end of hex IDs 2022-03-14 10:52:31 +01:00
error.rs First implementation of K2V (#293) 2022-05-10 13:16:57 +02:00
formater.rs Add a K2V client library and CLI (#303) 2022-05-18 22:24:09 +02:00
lib.rs Add a K2V client library and CLI (#303) 2022-05-18 22:24:09 +02:00
metrics.rs Add metrics to web endpoint 2022-03-14 10:53:50 +01:00
persister.rs fix clippy warnings on util and rpc 2021-05-03 22:11:41 +02:00
sled_counter.rs Implement exponential backoff for resync retries 2022-03-14 11:41:20 +01:00
time.rs New buckets for 0.6.0: small fixes, including: 2022-01-04 12:46:41 +01:00
token_bucket.rs Refactoring on repair commands 2021-10-27 11:14:55 +02:00
tranquilizer.rs Add tranquilizer mechanism to improve on token bucket mechanism 2021-11-04 13:26:59 +01:00