feat: rpc auth

This commit is contained in:
weisd
2025-06-18 20:00:39 +08:00
parent 039108ee5e
commit 58faf141bd
7 changed files with 140 additions and 10 deletions
Generated
+6 -1
View File
@@ -3619,6 +3619,7 @@ dependencies = [
"async-trait",
"aws-sdk-s3",
"backon",
"base64 0.22.1",
"base64-simd",
"blake2",
"byteorder",
@@ -3633,6 +3634,7 @@ dependencies = [
"glob",
"hex-simd",
"highway",
"hmac 0.12.1",
"http 1.3.1",
"lazy_static",
"lock",
@@ -3662,7 +3664,7 @@ dependencies = [
"s3s",
"serde",
"serde_json",
"sha2 0.11.0-pre.5",
"sha2 0.10.9",
"shadow-rs",
"siphasher 1.0.1",
"smallvec",
@@ -8254,6 +8256,7 @@ dependencies = [
"axum",
"axum-extra",
"axum-server",
"base64 0.22.1",
"bytes",
"chrono",
"clap",
@@ -8265,6 +8268,7 @@ dependencies = [
"flatbuffers 25.2.10",
"futures",
"futures-util",
"hmac 0.12.1",
"http 1.3.1",
"http-body 1.0.1",
"hyper 1.6.0",
@@ -8302,6 +8306,7 @@ dependencies = [
"serde",
"serde_json",
"serde_urlencoded",
"sha2 0.10.9",
"shadow-rs",
"socket2",
"thiserror 2.0.12",