WIP: Garage v2 #948

Draft
lx wants to merge 48 commits from next-v2 into main
Showing only changes of commit 19454c1679 - Show all commits

View file

@ -134,8 +134,6 @@ impl ApiHandler for AdminApiServer {
Endpoint::New(_) => AdminApiRequest::from_request(req).await?, Endpoint::New(_) => AdminApiRequest::from_request(req).await?,
}; };
info!("Admin request: {}", request.name());
let required_auth_hash = let required_auth_hash =
match request.authorization_type() { match request.authorization_type() {
Authorization::None => None, Authorization::None => None,