feat: add IAM export/import

- Add complete IAM configuration export/import functionality with ZIP format
- Add new API endpoints for IAM backup and restore operations
This commit is contained in:
weisd
2025-06-30 14:15:51 +08:00
committed by weisd
parent 8218070ebc
commit e9610f1fb7
11 changed files with 1060 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async-compression = { version = "0.4.0", features = [
"xz",
] }
async_zip = { version = "0.0.17", features = ["tokio"] }
zip = "2.2.0"
zip = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio-stream = { workspace = true }
tokio-tar = { workspace = true }