feat: add ImportIam handle

This commit is contained in:
weisd
2025-07-01 11:37:10 +08:00
parent 2b1241de96
commit f069790a72
6 changed files with 308 additions and 21 deletions
+1
View File
@@ -445,6 +445,7 @@ impl Store for ObjectStore {
UserType::Reg => IAM_CONFIG_USERS_PREFIX.as_str(),
UserType::Svc => IAM_CONFIG_SERVICE_ACCOUNTS_PREFIX.as_str(),
UserType::Sts => IAM_CONFIG_STS_PREFIX.as_str(),
UserType::None => "",
};
let (ctx_tx, ctx_rx) = broadcast::channel(1);